Movatterモバイル変換


[0]ホーム

URL:


Garefalakis et al., 2014 - Google Patents

Acazoo: A distributed key-value store based on replicated lsm-trees

Garefalakis et al., 2014

ViewPDF
Document ID
16829811632037839630
Author
Garefalakis P
Papadopoulos P
Magoutis K
Publication year
Publication venue
2014 IEEE 33rd International Symposium on Reliable Distributed Systems

External Links

Snippet

In this paper we describe the design and implementation of ACaZoo, a key-value store that combines strong consistency with high performance and high availability. ACaZoo supports the popular column-oriented data model of Apache Cassandra and HBase. It implements …
Continue reading atwww.cse.uoi.gr (PDF) (other versions)

Classifications

The classifications are assigned by a computer and are not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the classifications listed.
    • GPHYSICS
    • G06COMPUTING; CALCULATING; COUNTING
    • G06FELECTRICAL DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Error detection; Error correction; Monitoring responding to the occurence of a fault, e.g. fault tolerance
    • G06F11/16Error detection or correction of the data by redundancy in hardware
    • G06F11/20Error detection or correction of the data by redundancy in hardware using active fault-masking, e.g. by switching out faulty elements or by switching in spare elements
    • G06F11/202Error detection or correction of the data by redundancy in hardware using active fault-masking, e.g. by switching out faulty elements or by switching in spare elements where processing functionality is redundant
    • G06F11/2023Error detection or correction of the data by redundancy in hardware using active fault-masking, e.g. by switching out faulty elements or by switching in spare elements where processing functionality is redundant details of failing over
    • GPHYSICS
    • G06COMPUTING; CALCULATING; COUNTING
    • G06FELECTRICAL DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Error detection; Error correction; Monitoring responding to the occurence of a fault, e.g. fault tolerance
    • G06F11/16Error detection or correction of the data by redundancy in hardware
    • G06F11/20Error detection or correction of the data by redundancy in hardware using active fault-masking, e.g. by switching out faulty elements or by switching in spare elements
    • G06F11/2097Error detection or correction of the data by redundancy in hardware using active fault-masking, e.g. by switching out faulty elements or by switching in spare elements maintaining the standby controller/processing unit updated
    • GPHYSICS
    • G06COMPUTING; CALCULATING; COUNTING
    • G06FELECTRICAL DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for programme control, e.g. control unit
    • G06F9/06Arrangements for programme control, e.g. control unit using stored programme, i.e. using internal store of processing equipment to receive and retain programme
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5061Partitioning or combining of resources
    • GPHYSICS
    • G06COMPUTING; CALCULATING; COUNTING
    • G06FELECTRICAL DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • G06F17/30Information retrieval; Database structures therefor; File system structures therefor
    • G06F17/30286Information retrieval; Database structures therefor; File system structures therefor in structured data stores
    • G06F17/30575Replication, distribution or synchronisation of data between databases or within a distributed database; Distributed database system architectures therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING; COUNTING
    • G06FELECTRICAL DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • G06F17/30Information retrieval; Database structures therefor; File system structures therefor
    • G06F17/30286Information retrieval; Database structures therefor; File system structures therefor in structured data stores
    • G06F17/30289Database design, administration or maintenance
    • GPHYSICS
    • G06COMPUTING; CALCULATING; COUNTING
    • G06FELECTRICAL DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • G06F17/30Information retrieval; Database structures therefor; File system structures therefor
    • G06F17/30067File systems; File servers
    • G06F17/30129Details of further file system functionalities
    • G06F17/30144Details of monitoring file system events, e.g. by the use of hooks, filter drivers, logs
    • GPHYSICS
    • G06COMPUTING; CALCULATING; COUNTING
    • G06FELECTRICAL DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Error detection; Error correction; Monitoring responding to the occurence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • GPHYSICS
    • G06COMPUTING; CALCULATING; COUNTING
    • G06FELECTRICAL DIGITAL DATA PROCESSING
    • G06F2201/00Indexing scheme relating to error detection, to error correction, and to monitoring
    • GPHYSICS
    • G06COMPUTING; CALCULATING; COUNTING
    • G06FELECTRICAL DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network-specific arrangements or communication protocols supporting networked applications
    • H04L67/10Network-specific arrangements or communication protocols supporting networked applications in which an application is distributed across nodes in the network
    • H04L67/1002Network-specific arrangements or communication protocols supporting networked applications in which an application is distributed across nodes in the network for accessing one among a plurality of replicated servers, e.g. load balancing

Similar Documents

PublicationPublication DateTitle
US10795905B2 (en)Data stream ingestion and persistence techniques
US10691716B2 (en)Dynamic partitioning techniques for data streams
US10635644B2 (en)Partition-based data stream processing framework
CA2930026C (en)Data stream ingestion and persistence techniques
CA2929777C (en)Managed service for acquisition, storage and consumption of large-scale data streams
CA2929776C (en)Client-configurable security options for data streams
Garefalakis et al.Acazoo: A distributed key-value store based on replicated lsm-trees
Srinivasan et al.Citrusleaf: A real-time nosql db which preserves acid
Nogueira et al.Elastic state machine replication
Matri et al.Týr: blob storage meets built-in transactions
CN118860993B (en)Metadata processing method and device based on distributed storage system
US10970177B2 (en)Methods and systems of managing consistency and availability tradeoffs in a real-time operational DBMS
Kraft et al.{Data-Parallel} actors: A programming model for scalable query serving systems
Saloustros et al.Rethinking HBase: design and implementation of an elastic key-value store over log-structured local volumes
Zhang et al.HDCache: a distributed cache system for real-time cloud services
Garefalakis et al.Strengthening consistency in the cassandra distributed key-value store
Chen et al.Concurrent test scheduling in built-in self-test environment
GarefalakisA Distributed Key-Value Store based on Replicated LSM-Trees
Arrieta-Salinas et al.Epidemia: Variable consistency for transactional cloud databases
Ghaffari et al.Scalable persistent storage for Erlang: Theory and practice
MacdonaldThe architecture of an autonomic, resource-aware, workstation-based distributed database system
Ehsan ul HaquePersistence and Node FailureRecovery in Strongly Consistent Key-Value Datastore
Luo et al.Elastic Replication on the Metadata in Object-Based Storage Systems
MukherjeeBenchmarking Hadoop performance on different distributed storage systems
Zhao et al.On the Spectrum of Web Scale Data Management

[8]
ページ先頭

©2009-2025 Movatter.jp