"Igor Sereda" <[EMAIL PROTECTED]> wrote:
> Thank you! How about separate DB just for large texts? Would that be an
> overkill? We could use different page sizes for the two DBs. I'm not sure
> how well transactions over several DBs are handled though.
> 

You could do that, but the benefits are dubious.  Transactions
across multiple databases are atomic, but quite a bit more
disk I/O is involved in making them so.  I personally just
put BLOBs in a separate table.  That seems to be sufficient.
--
D. Richard Hipp <[EMAIL PROTECTED]>


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to