Subject | Re: [firebird-support] Table Design Involving BLOB |
---|---|
Author | Martijn Tonies |
Post date | 2007-08-02T06:24:26Z |
Hi,
None, there could be some benefit, but only if you do SELECT * always, which
you shouldn't
be doing anyway.
Martijn Tonies
Database Workbench - tool for InterBase, Firebird, MySQL, NexusDB, Oracle &
MS SQL Server
Upscene Productions
http://www.upscene.com
My thoughts:
http://blog.upscene.com/martijn/
Database development questions? Check the forum!
http://www.databasedevelopmentforum.com
> I have few tables which have data from hundred thousand of records tomillions of records.
> All these tables either have BLOB subtype 0 or 1.main tables?
>
> My question is there any benefit to move these BLOB columns out of the
None, there could be some benefit, but only if you do SELECT * always, which
you shouldn't
be doing anyway.
> For example, I will create 2 respective BLOB tables (one table for BLOBsubtype 0 and another table for BLOB subtype 1).
> And this BLOB table will only have 2 columns (ID and BLOB) and the ID willpoint back to main tables.
>What's your intention?
> Any comment of the above design?
Martijn Tonies
Database Workbench - tool for InterBase, Firebird, MySQL, NexusDB, Oracle &
MS SQL Server
Upscene Productions
http://www.upscene.com
My thoughts:
http://blog.upscene.com/martijn/
Database development questions? Check the forum!
http://www.databasedevelopmentforum.com