Pith. sign in

REVIEW 1 cited by

Revisiting Page Migration for Main-Memory Database Systems

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2503.17685 v2 pith:FASO3ADC submitted 2025-03-22 cs.DB

classification cs.DB
keywords systemmigrationmovecallmain-memorymemorypagesdatabase
verification ladder T0 review T1 audit T2 compute T3 formal
0 comments
abstract

Modern hardware architectures, e.g., NUMA servers, chiplet processors, tiered and disaggregated memory systems have significantly improved the performance of Main-Memory Databases, and are poised to deliver further improvements in the future. However, realizing this potential depends on the database system's ability to efficiently migrate pages among different NUMA nodes, and/or memory chips as the workload evolves. Modern main memory databases offload the migration procedure to the operating system without accounting for the workload and its migration characteristics. In this paper, we propose a custom system call move_pages2 as an alternate to Linux's own move_pages system call. In contrast to the original move_pages, move_pages2 allows partial migration and exposes two configuration knobs, enabling a Main-Memory Database tailor the migration process to its specific requirements. Experiments on a main-memory B$^+$-Tree for a YCSB-like workload show that the proposed move_pages2 custom system call improves the B$^+$-Tree query throughput by up to 2.3$\times$, and migrates up to 2.6$\times$ more memory pages, outperforming the native Linux system call.

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Xkernel: Principled Performance Tunability of Operating System Kernels

    cs.OS 2025-12 conditional novelty 8.0 of 10

    A Linux mechanism, Scoped Indirect Execution, safely retunes hard-coded kernel performance constants in milliseconds on a deployed kernel, without rebuilding or rebooting.

Pith tools