Always set params.overwrite to false

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Storage Execution
    • ALL
    • Storage Execution 2025-07-21, Storage Execution 2025-08-04
    • None
    • 3
    • TBD
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Currently the overwrite param is set to true for all collections, except for clustered collections. The effect of this is allowing overwrites on recordIds in the record store. For example, you can insert rid(1) -> Y when some rid(1) -> X already exists and overwrite the existing mapping.

      Setting it to false for all collections would mean that we would get an error if we attempted to do this. This would be a nice guardrail to have, because as far as I can see, no collection, clustered or not, should ever attempt to insert with a recordId that already exists in the record store.

              Assignee:
              Ernesto Rodriguez Reina
              Reporter:
              Vishnu Kaushik
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

                Created:
                Updated: