You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Storing the path of the keys separately with an id for each would save space...
As an example we could store /world[0]/continent[0]/country[0]/city[0]=1234; then 1234@id'=1234', the downside is that parent/child traversals would require an additional lookup for the key ID (e.g. what is the ID of /world[0]/continent[0]/country[0]/city[0]/name[0]?)
The main culprit is that the full XML path keys are massive and repeat a lot!
The text was updated successfully, but these errors were encountered: