Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. Using blob fields to store PDFs -- good idea/bad idea?

Using blob fields to store PDFs -- good idea/bad idea?

Scheduled Pinned Locked Moved Database
databasedesignalgorithmsperformancequestion
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    RobertSF
    wrote on last edited by
    #1

    Where I work, they have thousands of PDFs used as exhibits at trial. From these they select the pertinent ones for the trial at hand, and off they go. It's a pain every time to find the ones they want, so I plan to write a little app to act as interface and store the attributes of each exhibit for easier searching. My design decision here is whether to store the path and name of the PDF in the database, and then retrieve the PDF when necessary, or to actually store the PDF in the database as a blob. What are the implications of storing the PDFs as blobs? Is there a big performance hit? Once stored, the PDFs won't be edited, so it's just passive storage. Do blobs increase the risk of corruption and data loss?

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups