Skip to content

noticket: Implement Table.bulkUpsert() for InMemoryTable#230

Merged
nvamelichev merged 14 commits intoydb-platform:mainfrom
anaym:in-memory-table-bulk-upsert-implemntation
Apr 21, 2026
Merged

noticket: Implement Table.bulkUpsert() for InMemoryTable#230
nvamelichev merged 14 commits intoydb-platform:mainfrom
anaym:in-memory-table-bulk-upsert-implemntation

Conversation

@anaym
Copy link
Copy Markdown
Contributor

@anaym anaym commented Apr 17, 2026

Currently, the bulkUpsert method is not supported by InMemoryTable in any form. This makes testing code that uses this method difficult. This PR adds a trivial implementation by re-calling the save method.

anaym added 4 commits April 17, 2026 06:43
Currently, the bulkUpsert method is not supported by InMemoryTable in any form. This makes testing code that uses this method difficult. This PR adds a trivial implementation by re-calling the save method.
@nvamelichev nvamelichev changed the title In memory table bulk upsert implemntation Implement Table.bulkUpsert() for InMemoryTable Apr 17, 2026
@nvamelichev nvamelichev changed the title Implement Table.bulkUpsert() for InMemoryTable noticket: Implement Table.bulkUpsert() for InMemoryTable Apr 21, 2026
@nvamelichev nvamelichev merged commit 65743c1 into ydb-platform:main Apr 21, 2026
12 checks passed
@anaym anaym deleted the in-memory-table-bulk-upsert-implemntation branch April 21, 2026 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants