Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Re: Re: Anyone using SPOPS to store BLOBs?

by richardX (Pilgrim)
on Jun 25, 2003 at 18:59 UTC ( [id://268955]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Anyone using SPOPS to store BLOBs?
in thread Anyone using SPOPS to store BLOBs?

I understand the initial thinking of storing BLOB’s in the database but I don’t think a 2G database is more portable than a 1M database with a tree structure of subdirectories that hold the PDF’s. The tree structure can be Tared/Gzipped at any time to copy in bulk.

I have worked with a VLDB that had BLOB’s in it and the performance was poor. The design team decided to go with file names and pseudo paths to find the images. This repository is one of the largest in the world of GIF and JPG images, a competitor to Getty and now works well.

Maybe I am missing something here, but why is remote access to this database harder than normal if the PDF’s are stored separately? The file locking for user access should be done at the database level, sort of like a check in and check out system.

I guess I am really curious as to why the PDF’s have to be embedded, bore me with the long story :}

Richard

There are three types of people in this world, those that can count and those that cannot. Anon

  • Comment on Re: Re: Re: Anyone using SPOPS to store BLOBs?

Replies are listed 'Best First'.
Re(4): Anyone using SPOPS to store BLOBs?
by talexb (Chancellor) on Jun 25, 2003 at 19:23 UTC
      I guess I am really curious as to why the PDF’s have to be embedded, bore me with the long story :}

    Unfortunately I can't get really get into the technical details, for reasons that have to do with confidentiality.

    I am not committed to putting PDFs into a database -- but it's a design choice we'd like to try out to see what we can see about performance and how it simplifies the code. If we end up with 10,000 documents each of which is 10K (say), then we're over the 2G limit, and we have a problem. The existing solution uses a directory structure and works well -- but we're exploring alternatives.

    --t. alex
    Life is short: get busy!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://268955]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (3)
As of 2024-04-23 06:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found