I can directly order over a MultiDimensional property, e.g.
set key=$order(obj.prop(key))
However I have a generic method that has to use the $property method, if I know the keys then I can just fetch a value with...
set value=$property(obj,"prop","key")
But if I don't know the keys then I am not aware of a solution to do this, e.g.
set key=$order($property(obj,"prop",key))
will not work.
There must be an internal solution as a zw command on obj is able to list all of the keys. I'm wondering if there is a $zu function or other trick that can do this. Any ideas?
Thanks,
Sean.
Hi,
I was understanding the cluster configuration supported by the Cache. Have couple of queries around that:
1. In Cache version 2018.2, there is a shrading concept which splits the data of a Master Data server into multiple small data server which store shraded data.
How do we protect (backup and restore) such environment, should we also backup/restore the multiple small data servers along with Master data server. Any documentation around this will really help.
2.