BLOB desing [message #56066] |
Tue, 04 March 2003 14:50 |
webstock
Messages: 1 Registered: March 2003
|
Junior Member |
|
|
I have to create a table with 10 columns one of those columns is of type BLOB. This table will be search frequently for the other 9 columns (not the blob column) I was wondering if its a good idea to move the blob column to a separate table or just keep everything in one table. Are there any performances issues just having one table, since the table will be search very frequently.
Thank for the help.
|
|
|