VirtualTable indexing
Posted: Wed 04 Jul 2018 14:12
Hello,
I use a VT as a sorted list for records.
At first I fill the VT with records by Append method.
I have set IndexFieldNames:='a_key';
If the IndexFieldNames has a value (like 'a_key') adding records takes a lot of time (120 sec).
If the IndexFieldNames has no a value ('') adding records takes a few seconds.
Can I adding records when the IndexFieldNames is empty and then set IndexFieldNames on required fields ?
Will the VT re-sorted after this?
Regards
Michal
I use a VT as a sorted list for records.
At first I fill the VT with records by Append method.
I have set IndexFieldNames:='a_key';
If the IndexFieldNames has a value (like 'a_key') adding records takes a lot of time (120 sec).
If the IndexFieldNames has no a value ('') adding records takes a few seconds.
Can I adding records when the IndexFieldNames is empty and then set IndexFieldNames on required fields ?
Will the VT re-sorted after this?
Regards
Michal