I have a class to track data changes.
As it becomes slower and slower to find last changes I think I need an index.
The 2 classes are just simplified reality.
HowTo ?
{
Property Subject As %String;
Property Author As %String;
Property Change As %TimeStamp;
}
and