|
|||||||||||
|
Re: Blob data
From: Ann W. Harrison <ann(at)mysql.com>
Date: Tue Jul 03 2007 - 14:43:23 EDT
Understanding the underlying problem, that still seems like an unnatural way to store pictures and documents. > Added benefit: Does not clog up replication while huge single-insert is The design of blobs that Jim did at DEC included the ability to send them across the network in chunks of a client specified size. In 1982 it was quite common to have blobs that were larger than physical memory. What he did more recently was add a "blob repository" separate from the active tablespace that allowed the backup function to skip unchanged blobs while backing up active data. It also allows replicants to share a single copy of blobs, if appropriate. There are lots of ways of making large blobs work better in relational databases. Regards, Ann -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/mysql?unsub=lists@pantek.comReceived on Tue Jul 3 15:23:29 2007 This archive was generated by hypermail 2.1.8 : Tue Jul 03 2007 - 15:30:06 EDT |
||||||||||
|
|||||||||||