Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> seeking advise on DB tables, split or not split
Hi, I have a rather naive question about DB table design. Any advise or help will be highly appreciated.
When I have a object with a lot of member attributes, say 50 of them. If these attributes do not really stand alone and values are not shared by different objects, I do not really have a case to normalize them out when disigning tables for this object. The table can potentially grow very big, and I will need to search throw all the records to retrieve relevant object info. Which one of the following is a better choice, that gives me most flexibility and good search performance.
Can some one advise me on the pros/cons on the above two approach, and maybe there are more choices that I have? What is the standard practice?
Thanks a lot for your help!
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Sun Apr 09 2000 - 00:00:00 CDT
![]() |
![]() |