TranceAddict Forums (www.tranceaddict.com/forums)
- Chill Out Room
-- FAO: MySQL Developers (if there are any)
Pages (2): [1] 2 »
FAO: MySQL Developers (if there are any)
I've been thinking of developing a personal database in my computer to retrieve and organise files similar to the way I think. I wonder how stupid it would be to upload huge files to a MySQL database, though (by huge I mean +100mb big files).
Thoughts?
I'd say it's a bad idea since DB's are optimized for small quick reads.
Seems massively pointless.
| quote: |
| Originally posted by Cloudburst I'd say it's a bad idea since DB's are optimized for small quick reads. |
| quote: |
| Originally posted by DJ Mikey Mike Seems massively pointless. |
| quote: |
| Originally posted by DJ Mikey Mike Seems massively pointless. |
| quote: |
| Originally posted by gehzumteufel Relational databases tend to be quite massive. |
| quote: |
| Originally posted by Lira Edit: I could also simply just have the files automatically copied to a particular folder in my computer... but I thought it wouldn't be a bad idea to upload them to a database for security reasons. |
| quote: |
| Originally posted by Swamper http://www.truecrypt.org |
I'm still not clear on what you are trying to do.
You want to upload PDFs to your database for quick searching through them?
| quote: |
| Originally posted by Scottaculous I'm still not clear on what you are trying to do. You want to upload PDFs to your database for quick searching through them? |
If you want something to index your files, Google Desktop will do the trick, but truecrypt looks like something up your alley if you're just looking to protect your files.
| quote: |
| Originally posted by Scottaculous I'm still not clear on what you are trying to do. You want to upload PDFs to your database for quick searching through them? |
Are you going to index the PDFs to make them searchable?
Hire a mexican?
I'm a "Mexican" 
| quote: |
| Originally posted by gehzumteufel Are you going to index the PDFs to make them searchable? |

| quote: |
| Originally posted by Lira I'm a "Mexican" ![]() I intend to do that... but I don't know how I can do that without uploading them to the database... I'm not really a programmer, you know? I just like to play with fancy toys ![]() edit: Oh, I found this. Any of you ever used the XPDF package? |
You don't need to upload files to a database; you can merely organize the file structure in the database, and retrieve the files from their position via the database.
| quote: |
| Originally posted by LeopoldStotch nah. There's the core PDF API Package. Have you checked that out? |

| quote: |
| Originally posted by DJ Shibby You don't need to upload files to a database; you can merely organize the file structure in the database, and retrieve the files from their position via the database. |
I would just store references to the files in the database. Like someone else mentioned, for the most part random access databases are better at pulling back small bits.
Then again, if you store all the meta-data in one table and the PDFs/Files in another and just relate them then it wouldn't be that bad.
Blob blob blob... 
| quote: |
| Originally posted by Lira No, not yet. But I'm reading the manual now, thanks ![]() The more I read, the more I see I'll end up doing that |
Re: FAO: MySQL Developers (if there are any)
| quote: |
| Originally posted by Lira I've been thinking of developing a personal database in my computer to retrieve and organise files similar to the way I think. I wonder how stupid it would be to upload huge files to a MySQL database, though (by huge I mean +100mb big files). Thoughts? |
Re: Re: FAO: MySQL Developers (if there are any)
Thanks, Shibby 
| quote: |
| Originally posted by Rostros whats wrong with using VISTA indexing tool or Google desktop ? |
You can add keywords to PDFs in Vista. Right Click -> Properties -> PDF tab -> Keywords.
tag2find helps you to find everything on your desktop by simply using tags. Directories & folders were the structure of the 20th century. Now it's time for something new - TAG IT!
http://www.tag2find.com/
-Create your own world of information.
-Tag files to be easily and quickly accesible.
-Forget about the traditional structures.
How about this ?
| quote: |
| Originally posted by DJ Mikey Mike You can add keywords to PDFs in Vista. Right Click -> Properties -> PDF tab -> Keywords. |
Powered by: vBulletin
Copyright © 2000-2021, Jelsoft Enterprises Ltd.