Leo_Polla_Psemata
Registered User.
- Local time
- Today, 06:26
- Joined
- Mar 24, 2014
- Messages
- 364
Hi
I am building a new data base. I have created a table with more than 8 calculated fields. Some of these calculations include four or five IIF's and combination of three of four fields.The table will increase to 10000 records every year and there are around 30 fields.
The table works just perfect (fast) with 50 records that I have inserted as example.
The question is, does such calculated fields add too much burden in database? Will make the whole database go very slow after I get more records?
What would it be better and faster?
A simple table that just stores data and twenty queries around it or a table with many complicated calculated fields and just three or four queries?
I am building a new data base. I have created a table with more than 8 calculated fields. Some of these calculations include four or five IIF's and combination of three of four fields.The table will increase to 10000 records every year and there are around 30 fields.
The table works just perfect (fast) with 50 records that I have inserted as example.
The question is, does such calculated fields add too much burden in database? Will make the whole database go very slow after I get more records?
What would it be better and faster?
A simple table that just stores data and twenty queries around it or a table with many complicated calculated fields and just three or four queries?