Proceedings of the 2015 ACM SIGMOD International Conference on Management of Data 2015
DOI: 10.1145/2723372.2723726
|View full text |Cite
|
Sign up to set email alerts
|

Squall

Abstract: For data-intensive applications with many concurrent users, modern distributed main memory database management systems (DBMS) provide the necessary scale-out support beyond what is possible with single-node systems. These DBMSs are optimized for the short-lived transactions that are common in on-line transaction processing (OLTP) workloads. One way that they achieve this is to partition the database into disjoint subsets and use a single-threaded transaction manager per partition that executes transactions one… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
14
0
4

Year Published

2018
2018
2023
2023

Publication Types

Select...
3
3
2

Relationship

0
8

Authors

Journals

citations
Cited by 48 publications
(18 citation statements)
references
References 24 publications
0
14
0
4
Order By: Relevance
“…However, their datastore designs that support re-sharding and provide strong consistency operate at a sub-Mtps throughput. For instance, Squall [23] and Rococo [47] report up to 100 Ktps per server, and Rocksteady [37] up to 700 Ktps per server.…”
Section: A Case For Access Localitymentioning
confidence: 99%
“…However, their datastore designs that support re-sharding and provide strong consistency operate at a sub-Mtps throughput. For instance, Squall [23] and Rococo [47] report up to 100 Ktps per server, and Rocksteady [37] up to 700 Ktps per server.…”
Section: A Case For Access Localitymentioning
confidence: 99%
“…Get (ke y) Once the backup has determined that it has sent all of its local records to the recovery primary, it notifies the recovery primary via a BatchPull response with 0 entries. Similarly to tracking the progress of migrating tuples in Squall [14], the backup determines when all local records have been successfully transferred to the recovery primary. The recovery primary can then transition into steady state operation as a normal primary.…”
Section: Client Primary Backupmentioning
confidence: 99%
“…Rocksteady and Squall (H-store) Rocksteady [21] and Squall [14] are both systems that enable reconfiguration of inmemory datastores. Both focus on reconfiguring in a way that minimizes the performance impact during the reconfiguration process.…”
Section: Related Workmentioning
confidence: 99%
“…Distributed database migration Recent work [17,20,21,42,47] focuses on live OLTP workload migration in distributed databases for load balancing and elastic scaling.…”
Section: Related Workmentioning
confidence: 99%
“…Albatross [17] migrates active OLTP workloads of a sharedstorage DBMS by iteratively copying the database cache between nodes. Squall [20] migrates data tuples between nodes of a distributed in-memory database while maintaining ACID semantics. Squall maintains responsiveness by first migrating tuples being accessed by transactions.…”
Section: Related Workmentioning
confidence: 99%