{"id":100871,"date":"2021-07-29T16:23:28","date_gmt":"2021-07-29T14:23:28","guid":{"rendered":"https:\/\/prohoster.info\/blog\/novosti-interneta\/dostupna-subd-apache-cassandra-4-0"},"modified":"2021-07-29T16:23:28","modified_gmt":"2021-07-29T14:23:28","slug":"dostupna-subd-apache-cassandra-4-0","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/dostupna-subd-apache-cassandra-4-0","title":{"rendered":"Apache Cassandra 4.0 Database Management System Available","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>The Apache Software Foundation has released the distributed database Apache Cassandra 4.0, which belongs to the noSQL system class and is designed for creating highly scalable and reliable storage solutions for vast amounts of data stored in the form of an associative array (hash). The release of Cassandra 4.0 is considered ready for production deployments and has already been tested in the infrastructures of companies like Amazon, Apple, DataStax, Instaclustr, iland, and Netflix, with clusters consisting of over 1,000 nodes. The project's code is written in Java and is distributed under the Apache 2.0 license.     <\/p>\n<p>Initially, the Cassandra DBMS was developed by Facebook and handed over to the Apache Foundation in 2009. Industrial solutions based on Cassandra are deployed to support services for companies like Apple, Adobe, CERN, Cisco, IBM, HP, Comcast, Disney, eBay, Huawei, Netflix, Sony, Rackspace, Reddit, and Twitter. For instance, Apple's deployed storage infrastructure based on Apache Cassandra consists of over a thousand clusters, including 160,000 nodes and storing more than 100 petabytes of data. Huawei utilizes over 300 Apache Cassandra clusters, comprising 30,000 nodes, while Netflix operates more than 100 clusters, covering 10,000 nodes and processing over a trillion requests per day.     <\/p>\n<p>Cassandra DBMS combines a fully distributed hash system, Dynamo, which provides nearly linear scalability as data volume increases. Cassandra uses a ColumnFamily-based data storage model, which differs from systems like memcachedb that only store data in key\/value pairs, allowing for organized storage of hashes with several levels of nesting. To simplify interaction with the database, it supports the Cassandra Query Language (CQL), which resembles SQL but is limited in functionality. Key features include support for namespaces and column families, and the ability to create indexes using the \"CREATE INDEX\" statement.      <\/p>\n<p>The database allows for the creation of fault-tolerant storage: data placed in the database is automatically replicated across multiple nodes in a distributed network, which can span different <a class=\"wpil_keyword_link\" href=\"https:\/\/prohoster.info\/en\/kompaniya\/data-centers\/\"   title=\"data centers\" data-wpil-keyword-link=\"linked\"  data-wpil-monitor-id=\"4642\">data centers<\/a>In the event of a node failure, its functions are seamlessly taken over by other nodes. Adding new nodes to the cluster and updating the Cassandra version can be done on the fly, without additional manual intervention or reconfiguration of other nodes. Drivers that support CQL are available for Python, Java (JDBC\/DBAPI2), Ruby, PHP, C++, and JavaScript (Node.js).        <\/p>\n<p>Key innovations:   <\/p>\n<ul>\n<li class=\"l\"> Improved performance and scalability. Data exchange efficiency in the SSTable (Sorted Strings Table) format between nodes has been enhanced. The protocol for message exchange between nodes (Internode Messaging Protocol) has been optimized. The data stream transfer rate between nodes has increased up to five times (primarily due to the implementation of Zero Copy techniques and the whole SSTables transmission), and the throughput for read and write operations has improved by 25%. The incremental recovery process has been optimized. Delays caused by garbage collector pauses are reduced to a few milliseconds.\n<li class=\"l\"> Support for an audit log has been added, allowing tracking of user authentication operations and all executed CQL queries.\n<li class=\"l\"> A full binary log of requests has been added, allowing all request and response traffic to be saved. Management commands such as \"nodetool enablefullquerylog|disablefullquerylog|resetfullquerylog\" are provided, and the fqltool utility is available for log analysis. There are commands for transforming the log into a readable format (Dump), comparing activity snapshots (Compare), and replaying (Replay) for analysis while reproducing the conditions of real workloads.\n<li class=\"l\"> Support for virtual tables has been added, which reflect not the data stored in SSTables, but information output through the API (performance metrics, settings information, cache content, details of connected clients, etc.).\n<li class=\"l\"> The efficiency of storing data in compressed form has been enhanced, allowing for reduced disk space consumption and improved read operation performance.\n<li class=\"l\"> Data related to the system keyspace (system.*) is now by default placed in the first directory instead of being distributed across all data directories, allowing the node to maintain functionality in the event of a failure of one of the additional disks.\n<li class=\"l\"> Experimental support for Transient Replication and Cheap Quorums has been added. Transient replicas do not store all data and use incremental recovery to synchronize with full replicas. Cheap Quorums optimize write operations, where writes to transient replicas are not performed until a sufficient set of full replicas is available.\n<li class=\"l\"> Experimental support for Java 11 has been added.\n<li class=\"l\"> An experimental option for comparing all Merkle Trees has been added. For example, enabling the option on a 3-node cluster where two replicas are identical and one is outdated will trigger an update of the outdated replica using only one copy operation from the current replica.\n<li class=\"l\"> New functions currentTimestamp, currentDate, currentTime, and currentTimeUUID have been added.\n<li class=\"l\"> Support for arithmetic operations in CQL queries has been added.\n<li class=\"l\"> Arithmetic operations between data types \"timestamp\"\/\"date\" and \"duration\" can now be performed.\n<li class=\"l\"> A preview mode for data stream recovery has been added (nodetool repair \u2014preview) along with the ability to check the integrity of recoverable data (nodetool repair \u2014validate).\n<li class=\"l\"> The SELECT queries now support the processing of Map and Set elements.\n<li class=\"l\"> Support for parallelizing the initial build phase of materialized views (cassandra.yaml:concurrent_materialized_view_builders) has been added.\n<li class=\"l\"> The team has added support for sorting by specific metrics and limiting the number of output rows in the \u2018nodetool cfstats\u2019 command.\n<li class=\"l\"> Settings have been provided to restrict user connections to specific data centers only.\n<li class=\"l\"> The ability to limit the rate of snapshot creation and cleanup operations has been added.\n<li class=\"l\"> Support for Python 3 has been implemented in cqlsh and cqlshlib (support for Python 2.7 is still retained).\n<li class=\"l\"> Support for the Windows platform has been discontinued. It is recommended to run Cassandra in Linux environments created based on the WSL2 (Windows Subsystem for Linux 2) or virtualization systems.      <\/ul>\n<p>    <center>  <div class=\"youtube-placeholder\" data-id=\"kOf29M8qFts\" onclick=\"loadVideo(this)\">\r\n        <img decoding=\"async\" src=\"https:\/\/img.youtube.com\/vi\/kOf29M8qFts\/hqdefault.jpg\" alt=\"Play video\" loading=\"lazy\" width=\"480\" height=\"360\" style=\"width:100%;height:auto;\">\r\n        <div class=\"play-button\"><\/div>\r\n    <\/div>  <\/center><br \/>\n<br \/>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=55561\">opennet.ru<\/a> <\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u041e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u044f Apache Software Foundation \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u043b\u0430 \u0440\u0435\u043b\u0438\u0437 \u0440\u0430\u0441\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d\u043d\u043e\u0439 \u0421\u0423\u0411\u0414 Apache Cassandra 4.0, \u043e\u0442\u043d\u043e\u0441\u044f\u0449\u0435\u0439\u0441\u044f \u043a \u043a\u043b\u0430\u0441\u0441\u0443 noSQL-\u0441\u0438\u0441\u0442\u0435\u043c \u0438 \u0440\u0430\u0441\u0441\u0447\u0438\u0442\u0430\u043d\u043d\u043e\u0439 \u043d\u0430 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u0432\u044b\u0441\u043e\u043a\u043e\u043c\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u0443\u0435\u043c\u044b\u0445 \u0438 \u043d\u0430\u0434\u0451\u0436\u043d\u044b\u0445 \u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449 \u043e\u0433\u0440\u043e\u043c\u043d\u044b\u0445 \u043c\u0430\u0441\u0441\u0438\u0432\u043e\u0432 \u0434\u0430\u043d\u043d\u044b\u0445, \u0445\u0440\u0430\u043d\u0438\u043c\u044b\u0445 \u0432 \u0444\u043e\u0440\u043c\u0435 \u0430\u0441\u0441\u043e\u0446\u0438\u0430\u0442\u0438\u0432\u043d\u043e\u0433\u043e \u043c\u0430\u0441\u0441\u0438\u0432\u0430 (\u0445\u044d\u0448\u0430). \u0412\u044b\u043f\u0443\u0441\u043a Cassandra 4.0 \u043f\u0440\u0438\u0437\u043d\u0430\u043d \u0433\u043e\u0442\u043e\u0432\u044b\u043c \u0434\u043b\u044f \u0440\u0430\u0431\u043e\u0447\u0438\u0445 \u0432\u043d\u0435\u0434\u0440\u0435\u043d\u0438\u0439 \u0438 \u0443\u0436\u0435 \u043f\u0440\u043e\u0442\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043d \u0432 \u0438\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430\u0445 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0439 Amazon, Apple, DataStax, Instaclustr, iland \u0438 Netflix c \u043a\u043b\u0430\u0441\u0442\u0435\u0440\u0430\u043c\u0438, [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[702],"tags":[],"class_list":["post-100871","post","type-post","status-publish","format-standard","hentry","category-news"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.2 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u041e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u044f Apache Software Foundation \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u043b\u0430 \u0440\u0435\u043b\u0438\u0437 \u0440\u0430\u0441\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d\u043d\u043e\u0439 \u0421\u0423\u0411\u0414 Apache Cassandra 4.0, \u043e\u0442\u043d\u043e\u0441\u044f\u0449\u0435\u0439\u0441\u044f \u043a \u043a\u043b\u0430\u0441\u0441\u0443 noSQL-\u0441\u0438\u0441\u0442\u0435\u043c \u0438 \u0440\u0430\u0441\u0441\u0447\u0438\u0442\u0430\u043d\u043d\u043e\u0439 \u043d\u0430 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u0432\u044b\u0441\u043e\u043a\u043e\u043c\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u0443\u0435\u043c\u044b\u0445 \u0438 \u043d\u0430\u0434\u0451\u0436\u043d\u044b\u0445 \u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449 \u043e\u0433\u0440\u043e\u043c\u043d\u044b\u0445.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Yuri Gagarin\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/prohoster.info\/en\/blog\/news\/dostupna-subd-apache-cassandra-4-0\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.2\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"\ud83e\udd47\u0414\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u0421\u0423\u0411\u0414 Apache Cassandra 4.0 | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u041e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u044f Apache Software Foundation \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u043b\u0430 \u0440\u0435\u043b\u0438\u0437 \u0440\u0430\u0441\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d\u043d\u043e\u0439 \u0421\u0423\u0411\u0414 Apache Cassandra 4.0, \u043e\u0442\u043d\u043e\u0441\u044f\u0449\u0435\u0439\u0441\u044f \u043a \u043a\u043b\u0430\u0441\u0441\u0443 noSQL-\u0441\u0438\u0441\u0442\u0435\u043c \u0438 \u0440\u0430\u0441\u0441\u0447\u0438\u0442\u0430\u043d\u043d\u043e\u0439 \u043d\u0430 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u0432\u044b\u0441\u043e\u043a\u043e\u043c\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u0443\u0435\u043c\u044b\u0445 \u0438 \u043d\u0430\u0434\u0451\u0436\u043d\u044b\u0445 \u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449 \u043e\u0433\u0440\u043e\u043c\u043d\u044b\u0445.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/news\/dostupna-subd-apache-cassandra-4-0\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"350\" \/>\n\t\t<meta property=\"og:image:height\" content=\"350\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2021-07-29T14:23:28+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2021-07-29T14:23:28+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\ud83e\udd47Apache Cassandra 4.0 database is now available | ProHoster","description":"The Apache Software Foundation has released the distributed database Apache Cassandra 4.0, which belongs to the noSQL class and is designed for creating highly scalable and reliable storage systems for vast amounts of data.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/dostupna-subd-apache-cassandra-4-0","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":null,"og:locale":"en_US","og:site_name":"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b","og:type":"article","og:title":"\ud83e\udd47\u0414\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u0421\u0423\u0411\u0414 Apache Cassandra 4.0 | ProHoster","og:description":"\u041e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u044f Apache Software Foundation \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u043b\u0430 \u0440\u0435\u043b\u0438\u0437 \u0440\u0430\u0441\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d\u043d\u043e\u0439 \u0421\u0423\u0411\u0414 Apache Cassandra 4.0, \u043e\u0442\u043d\u043e\u0441\u044f\u0449\u0435\u0439\u0441\u044f \u043a \u043a\u043b\u0430\u0441\u0441\u0443 noSQL-\u0441\u0438\u0441\u0442\u0435\u043c \u0438 \u0440\u0430\u0441\u0441\u0447\u0438\u0442\u0430\u043d\u043d\u043e\u0439 \u043d\u0430 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u0432\u044b\u0441\u043e\u043a\u043e\u043c\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u0443\u0435\u043c\u044b\u0445 \u0438 \u043d\u0430\u0434\u0451\u0436\u043d\u044b\u0445 \u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449 \u043e\u0433\u0440\u043e\u043c\u043d\u044b\u0445.","og:url":"https:\/\/prohoster.info\/en\/blog\/news\/dostupna-subd-apache-cassandra-4-0","og:image":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:secure_url":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:width":350,"og:image:height":350,"article:published_time":"2021-07-29T14:23:28+00:00","article:modified_time":"2021-07-29T14:23:28+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"100871","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"seo_analyzer_scan_date":null,"breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2021-07-29 15:28:28","updated":"2022-09-30 04:09:05","focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"gt_translate_keys":[{"key":"link","format":"url"}],"_links":{"self":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/100871","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/comments?post=100871"}],"version-history":[{"count":1,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/100871\/revisions"}],"predecessor-version":[{"id":164520,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/100871\/revisions\/164520"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=100871"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=100871"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=100871"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}