Design the data structure of a database [message #28946] |
Mon, 02 February 2004 15:51 |
rushing
Messages: 135 Registered: January 2004 Location: Beijing,China
|
Senior Member |
|
|
There is a table include many items.
Some of the items is long,varchar, and one is long RAW which save the bitmap of picture.
The image item has a large size about several hundreds kbytes.
Most times in searching the items , I do not use the image item.
When I show the record, I have to use the image item.
Should I divide the table into two tables, which include the image item and the other include the other items?
|
|
|