Yeah, I mean... A database is a place where you want to store stuff that
relates to itself somehow.. To each other, the records.. Like, you wanna see that the top 20 somethings are.
You could save image metadata, pdf data, etc.. But the binary data???? (You know that pdfs can store thumbs inside themselves, right? You could code to make sure that such are present.. if not, make them and inject them into the pdf file )
That's more what regular filesystems are for.
Sure, a filesystem itself is a kind of database, it holds stuff - It's great if you know where the stuff is (the regular filesystem I mean ), but when you don't.. a database is great.
Maybe rich731, you're trying to use the database server as a data server? Like, connect accross regular networks to ask 'site a' for thumbnail to 'file x' in 'site c' ?
If so, there could be much better .. expedient ways to do that kind of thing. Like a gool ol' fashioned cgi.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.