Gotowa bibliografia na temat „Cassandra database system”

Utwórz poprawne odniesienie w stylach APA, MLA, Chicago, Harvard i wielu innych

Wybierz rodzaj źródła:

Zobacz listy aktualnych artykułów, książek, rozpraw, streszczeń i innych źródeł naukowych na temat „Cassandra database system”.

Przycisk „Dodaj do bibliografii” jest dostępny obok każdej pracy w bibliografii. Użyj go – a my automatycznie utworzymy odniesienie bibliograficzne do wybranej pracy w stylu cytowania, którego potrzebujesz: APA, MLA, Harvard, Chicago, Vancouver itp.

Możesz również pobrać pełny tekst publikacji naukowej w formacie „.pdf” i przeczytać adnotację do pracy online, jeśli odpowiednie parametry są dostępne w metadanych.

Artykuły w czasopismach na temat "Cassandra database system"

1

Andor, C. F. "Performance Benchmarking for NoSQL Database Management Systems." Studia Universitatis Babeș-Bolyai Informatica 66, no. 1 (2021): 23. http://dx.doi.org/10.24193/subbi.2021.1.02.

Pełny tekst źródła
Streszczenie:
NoSQL database management systems are very diverse and are known to evolve very fast. With so many NoSQL database options available nowadays, it is getting harder to make the right choice for certain use cases. Also, even for a given NoSQL database management system, performance may vary significantly between versions. Database performance benchmarking shows the actual performance for different scenarios on different hardware configurations in a straightforward and precise manner. This paper presents a NoSQL database performance study in which two of the most popular NoSQL database management systems (MongoDB and Apache Cassandra) are compared, and the analyzed metric is throughput. Results show that Apache Cassandra outperformes MongoDB in an update heavy scenario only when the number of operations is high. Also, for a read intensive scenario, Apache Cassandra outperformes MongoDB only when both number of operations and degree of parallelism are high.
Style APA, Harvard, Vancouver, ISO itp.
2

Gorbenko, Anatoliy, and Olga Tarasyuk. "EXPLORING TIMEOUT AS A PERFORMANCE AND AVAILABILITY FACTOR OF DISTRIBUTED REPLICATED DATABASE SYSTEMS." RADIOELECTRONIC AND COMPUTER SYSTEMS, no. 4 (November 27, 2020): 98–105. http://dx.doi.org/10.32620/reks.2020.4.09.

Pełny tekst źródła
Streszczenie:
A concept of distributed replicated data storages like Cassandra, HBase, MongoDB has been proposed to effectively manage the Big Data sets whose volume, velocity, and variability are difficult to deal with by using the traditional Relational Database Management Systems. Trade-offs between consistency, availability, partition tolerance, and latency are intrinsic to such systems. Although relations between these properties have been previously identified by the well-known CAP theorem in qualitative terms, it is still necessary to quantify how different consistency and timeout settings affect system latency. The paper reports results of Cassandra's performance evaluation using the YCSB benchmark and experimentally demonstrates how to read latency depends on the consistency settings and the current database workload. These results clearly show that stronger data consistency increases system latency, which is in line with the qualitative implication of the CAP theorem. Moreover, Cassandra latency and its variation considerably depend on the system workload. The distributed nature of such a system does not always guarantee that the client receives a response from the database within a finite time. If this happens, it causes so-called timing failures when the response is received too late or is not received at all. In the paper, we also consider the role of the application timeout which is the fundamental part of all distributed fault tolerance mechanisms working over the Internet and used as the main error detection mechanism here. The role of the application timeout as the main determinant in the interplay between system availability and responsiveness is also examined in the paper. It is quantitatively shown how different timeout settings could affect system availability and the average servicing and waiting time. Although many modern distributed systems including Cassandra use static timeouts it was shown that the most promising approach is to set timeouts dynamically at run time to balance performance, availability and improve the efficiency of the fault-tolerance mechanisms.
Style APA, Harvard, Vancouver, ISO itp.
3

Wang, Bo-Qian, Qi Yu, Xin Liu, Li Shen, and Zhi-ying Wang. "A System Performance Estimation Model for Cassandra Database." International Journal of Database Theory and Application 9, no. 3 (2016): 123–36. http://dx.doi.org/10.14257/ijdta.2016.9.3.14.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
4

P, aralakshmi, Hima S, and Surekha Mariam Varghese. "Cassandra a distributed NoSQL database for Hotel Management System." International Journal on Cybernetics & Informatics 5, no. 2 (2016): 109–16. http://dx.doi.org/10.5121/ijci.2016.5212.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
5

Béjar-Martos, Juan A., Antonio J. Rueda-Ruiz, Carlos J. Ogayar-Anguita, Rafael J. Segura-Sánchez, and Alfonso López-Ruiz. "Strategies for the Storage of Large LiDAR Datasets—A Performance Comparison." Remote Sensing 14, no. 11 (2022): 2623. http://dx.doi.org/10.3390/rs14112623.

Pełny tekst źródła
Streszczenie:
The widespread use of LiDAR technologies has led to an ever-increasing volume of captured data that pose a continuous challenge for its storage and organization, so that it can be efficiently processed and analyzed. Although the use of system files in formats such as LAS/LAZ is the most common solution for LiDAR data storage, databases are gaining in popularity due to their evident advantages: centralized and uniform access to a collection of datasets; better support for concurrent retrieval; distributed storage in database engines that allows sharding; and support for metadata or spatial queries by adequately indexing or organizing the data. The present work evaluates the performance of four popular NoSQL and relational database management systems with large LiDAR datasets: Cassandra, MongoDB, MySQL and PostgreSQL. To perform a realistic assessment, we integrate these database engines in a repository implementation with an elaborate data model that enables metadata and spatial queries and progressive/partial data retrieval. Our experimentation concludes that, as expected, NoSQL databases show a modest but significant performance difference in favor of NoSQL databases, and that Cassandra provides the best overall database solution for LiDAR data.
Style APA, Harvard, Vancouver, ISO itp.
6

Gorbenko, Anatoliy, Andrii Karpenko, and Olga Tarasyuk. "Performance evaluation of various deployment scenarios of the 3-replicated Cassandra NoSQL cluster on AWS." RADIOELECTRONIC AND COMPUTER SYSTEMS, no. 4 (November 29, 2021): 157–65. http://dx.doi.org/10.32620/reks.2021.4.13.

Pełny tekst źródła
Streszczenie:
A concept of distributed replicated NoSQL data storages Cassandra-like, HBase, MongoDB has been proposed to effectively manage Big Data set whose volume, velocity and variability are difficult to deal with by using the traditional Relational Database Management Systems. Tradeoffs between consistency, availability, partition tolerance and latency is intrinsic to such systems. Although relations between these properties have been previously identified by the well-known CAP and PACELC theorems in qualitative terms, it is still necessary to quantify how different consistency settings, deployment patterns and other properties affect system performance.This experience report analysis performance of the Cassandra NoSQL database cluster and studies the tradeoff between data consistency guaranties and performance in distributed data storages. The primary focus is on investigating the quantitative interplay between Cassandra response time, throughput and its consistency settings considering different single- and multi-region deployment scenarios. The study uses the YCSB benchmarking framework and reports the results of the read and write performance tests of the three-replicated Cassandra cluster deployed in the Amazon AWS. In this paper, we also put forward a notation which can be used to formally describe distributed deployment of Cassandra cluster and its nodes relative to each other and to a client application. We present quantitative results showing how different consistency settings and deployment patterns affect Cassandra performance under different workloads. In particular, our experiments show that strong consistency costs up to 22 % of performance in case of the centralized Cassandra cluster deployment and can cause a 600 % increase in the read/write requests if Cassandra replicas and its clients are globally distributed across different AWS Regions.
Style APA, Harvard, Vancouver, ISO itp.
7

Aniceto, Rodrigo, Rene Xavier, Valeria Guimarães, et al. "Evaluating the Cassandra NoSQL Database Approach for Genomic Data Persistency." International Journal of Genomics 2015 (2015): 1–7. http://dx.doi.org/10.1155/2015/502795.

Pełny tekst źródła
Streszczenie:
Rapid advances in high-throughput sequencing techniques have created interesting computational challenges in bioinformatics. One of them refers to management of massive amounts of data generated by automatic sequencers. We need to deal with the persistency of genomic data, particularly storing and analyzing these large-scale processed data. To find an alternative to the frequently considered relational database model becomes a compelling task. Other data models may be more effective when dealing with a very large amount of nonconventional data, especially for writing and retrieving operations. In this paper, we discuss the Cassandra NoSQL database approach for storing genomic data. We perform an analysis of persistency and I/O operations with real data, using the Cassandra database system. We also compare the results obtained with a classical relational database system and another NoSQL database approach, MongoDB.
Style APA, Harvard, Vancouver, ISO itp.
8

Stetsyk, Oleksii, and Svitlana Terenchuk. "COMPARATIVE ANALYSIS OF NOSQL DATABASES ARCHITECTURE." Management of Development of Complex Systems, no. 47 (September 27, 2021): 78–82. http://dx.doi.org/10.32347/2412-9933.2021.47.78-82.

Pełny tekst źródła
Streszczenie:
This article is devoted to the study of problematic issues due to the growing scale and requirements for modern high-load distributed systems. The relevance of the work is ensured by the fact that an important component of each such system is a database. The paper highlights the main problems associated with the use of relational databases in many high-load distributed systems. The main focus is on the study of such properties as data consistency, availability, and stability of the system. Basic information about the architecture and purpose of non-relational databases with a wide column, databases of key-value type, and document-oriented databases is provided. The advantages and disadvantages of non-relational databases of different types are shown, which are manifested in solving different problems depending on the purpose and features of the system. The choice of non-relational databases of different types for comparative analysis is substantiated. Databases such as Cassandra, Redis, and Mongo, which have long been used in high-load distributed systems and have already proven themselves among users, have been studied in detail. The main task addressed in this article was to find an answer to the question of the feasibility of using non-relational databases of the architecture of Cassandra, Redis, and Mongo depending on the characteristics of the system, or record information. Based on the analysis, options for using these databases for systems with a high number of requests to read or write information are proposed.
Style APA, Harvard, Vancouver, ISO itp.
9

Milošević, Danijela, Selver Pepić, Muzafer Saračević, and Milan Tasić. "Weighted Moore–Penrose generalized matrix inverse: MySQL vs. Cassandra database storage system." Sādhanā 41, no. 8 (2016): 837–46. http://dx.doi.org/10.1007/s12046-016-0523-6.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
10

Deng, Lu, Wei Hong Han, Dong Liu, and Ying Xiong. "The Model of Fuzzy Retrieval Based on External Index." Applied Mechanics and Materials 380-384 (August 2013): 1605–8. http://dx.doi.org/10.4028/www.scientific.net/amm.380-384.1605.

Pełny tekst źródła
Streszczenie:
With the rapid development of the Internet, database is getting more and more attention for its advantages of high concurrency, high scalability and high availability. In order to solve the problem that how to retrieving the data in the database efficiently and accurately, a model of fuzzy retrieval based on external index is proposed in this paper. By this external index, the efficiency of the NoSQL databases retrieval whose column not be appointed is greatly improved. As an example, the Cassandra database is adopted to store the data and the external index is stored in the national databases. A community information management system is utilized to show the feasibility of the model. The results show that the model can save a lot of time in retrieval whose column not be appointed. Moreover, this model can also be used to some other NoSQL databases.
Style APA, Harvard, Vancouver, ISO itp.
Więcej źródeł
Oferujemy zniżki na wszystkie plany premium dla autorów, których prace zostały uwzględnione w tematycznych zestawieniach literatury. Skontaktuj się z nami, aby uzyskać unikalny kod promocyjny!