The question is not correct.
“What structure can you have the database make to speed up table reads ?”
It is not cleare what exectly the term
“structure” means in this case.
Follow the rules of DB tuning we have to:
1] properly use indexes ( different types of indexes)
2] properly locate different DB objects
across different tablespaces, files and so on.
3] create a special space (tablespace) to locate some of the data with special datatype
( for example CLOB, LOB and …)
4]…
5]…
.
So the question is not correct and answer cannot be short and sharp.
987 Views |
Adding to the above :
You’ll also want to *denormalize* your database tables.
Leave an Answer/Comment