-
Notifications
You must be signed in to change notification settings - Fork 581
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededstoreRelated to a store.Related to a store.
Description
Some triple stores can tell you whether the triple you requested to add actually resulted in a new entry in the store. Knowing this information is helpful for debugging, informing users, and optimization (e.g., sizing buffers). It would be helpful to return such information from the addN method especially since, as a bulk operation, the only way to determine this information otherwise would be iterating over the entries twice, once to get the number that would be added and then to actually add.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededstoreRelated to a store.Related to a store.