Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Geek question before bed: Images in databases
#5
Ditto ditto ditto.



Oh, and what they said above. References.
Most databases do an incredibly poor job of storing and retrieving variably-sized entities of any type, let alone binary large objects (BLOBs) like images, audio or video.

Those that do a decent job store/use references to specify where the object data can be found. The references are of a known size and can be allocated/sorted/stored easily.

The downside is that the data object can be (re)moved without the reference being removed or updated.

TANSTAAFL
Reply


Messages In This Thread
Re: Geek question before bed: Images in databases - by TheCaber - 05-09-2006, 01:11 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)