graph icon indicating copy to clipboard operation
graph copied to clipboard

Document that `store` is deprecated in favor of `aggregate(local)`

Open krlawrence opened this issue 5 years ago • 0 comments

Starting with TinkerPop release 3.4.3.

Added aggregate(Scope,String) and deprecated store() in favor of aggregate(local).

A note should be added in the section "3.22. Using aggregate to create a temporary collection" and in the prior section where store is introduced the role of store should be better clarified

Given that aggregate(local) feels unwieldy and also confuses users, it is unlikely that store will ever be fully removed from the language.

krlawrence avatar Jun 08 '20 23:06 krlawrence