Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

Repeat after me:

  1. I will not store files inside of the database.
  2. I will not store files inside of the database.
  3. I will not store files inside of the database.
  4. I will not store files inside of the database.
  5. I will not store files inside of the database.
  6. I will not store files inside of the database.
  7. I will not store files inside of the database.
  8. I will not store files inside of the database.

Storing files inside of the database is just a Bad Idea. You are much better off doing something like the following:

  1. Insert a new record into the database (filename, size, source, date, etc).
  2. Get the ID of the new record.
  3. Take the md5 hash signature of the ID + some secret code.
  4. Your hash is something like 0123456789abcdef0123456789abcdef
  5. Update the database record to show "hash = '0123456789abcdef0123456789abcdef'"
  6. Make folder /var/media/01/23/45
  7. Write file contents to /var/media/01/23/45/0123456789abcdef0123456789abcdef

NOTE: /var/media/ could be a local volume or a remote-mounted SAN. You choose.

Now, you can partition the files across multiple servers. You can store the files on a SAN and have (many) dummy file servers in front of it.

This is (basically) how wikimedia does it. And just look at how many files they have. Storing the files inside of the database is just Not How It's Done.


In reply to Re^3: Insert BLOB into DB without using system memory, but using filehandle. by jdrago_999
in thread Insert BLOB into DB without using system memory, but using filehandle. by songahji

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (3)
As of 2024-04-19 05:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found