Hi all. Is there a way to improve performance on VALUE ENTRY Table. This is because processing is slow every time i reference it.
NB: asm using Nav DB
Thanks.
Hi all. Is there a way to improve performance on VALUE ENTRY Table. This is because processing is slow every time i reference it.
NB: asm using Nav DB
Thanks.
On keys with SIFTS you aren’t using, disable the Maintain SIFT flag (a key property).
On keys with SIFTS you are using, drill into the SIFT levels and only maintain the last few SIFT levels (or the ones you are using).
Change the SQL Index on keys to be as selective as possible.
Maintain statistics nightly on the table.
Defragment the indicies.
Rebuild the indicies.
If necessary, move the table to a seperate hard disk - last resort.