Skip to content

Get rid of virtual index methods used only in memtx code #11722

@CuriousGeorgiy

Description

@CuriousGeorgiy

The following virtual index methods seem to be used only in memtx code and their generic implementations are no-ops:

  • replace
  • index_get_internal
  • begin_build
  • reserve
  • build_next
  • end_build

Let's devirtualize them and simply implement them in memtx code.

Metadata

Metadata

Labels

code healthImprove code readability, simplify maintenance and so onmemtxrefactoringCode refactoring

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions