Skip to content

Feature: Improve locking mechanism for active memtables #9

@TheIllusionistMirage

Description

@TheIllusionistMirage

Currently a re-entrant read-write lock is used for returning read only copies of the active memtables when using them in places like memtable to SSTable conversion. The current mechanism does not actually prevent multi-threading issues and hence has to be properly understood and re-implemented.

Metadata

Metadata

Labels

featureA new feature task

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions