Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Oracle Nested Table as Table Column : Performance and other issue

user13276471Jan 29 2015 — edited Jan 30 2015

Hi,

I'm making a billing software. I'm using oracle as a database.

In my database design I'm planning to place all the billing information in one single table.

And inside that billing table I will put the other information like (meter reading information) in a nested table. There may be 5-6 nested table data type in this billing table.

I have chosen this concept to make the billing process faster(During accessing the billing information). I know I can achieve that by joining tables.

Now my question is - is it a good decision to go with the nested table concept ?

Will the performance be good when there will be 5-10 thousand rows for each month billing ?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 27 2015
Added on Jan 29 2015
8 comments
2,311 views