{"id":54637,"date":"2019-12-31T00:00:00","date_gmt":"2019-12-30T21:00:00","guid":{"rendered":"https:\/\/prohoster.info\/blog\/blog_prohoster\/novaya-versiya-subd-arangodb-3-6"},"modified":"2020-02-18T14:02:40","modified_gmt":"2020-02-18T11:02:40","slug":"novaya-versiya-subd-arangodb-3-6","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/novaya-versiya-subd-arangodb-3-6","title":{"rendered":"New version of the DBMS ArangoDB 3.6","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p><noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/arangodb\/arangodb\/releases\/tag\/v3.6.0\">Published<\/a><\/noindex> Release of a multi-purpose DBMS <noindex><a rel=\"nofollow\" href=\"https:\/\/www.arangodb.com\">ArangoDB 3.6<\/a><\/noindex>, providing flexible models for storing documents, graphs, and key-value data. The database is accessed through an SQL-like query language <noindex><a rel=\"nofollow\" href=\"https:\/\/www.arangodb.com\/aqltutorial\/\">AQL<\/a><\/noindex> or through special extensions in JavaScript. Data storage methods meet ACID (Atomicity, Consistency, Isolation, Durability) requirements, support transactions, and provide both horizontal and vertical scalability. The DBMS can be managed through a web interface or a console client <noindex><a rel=\"nofollow\" href=\"https:\/\/www.arangodb.com\/docs\/3.6\/programs-arangosh.html\">ArangoSH<\/a><\/noindex>. The ArangoDB code <noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/triAGENS\/ArangoDB\">is distributed<\/a><\/noindex> is licensed under Apache 2. The project is written in C and JavaScript.<\/p>\n<p>Key features of ArangoDB:\n<\/p>\n<ul>\n<li class=\"l\"> The ability to operate without defining a data storage schema (Schema-free) \u2014 data is structured in the form of documents, where metadata and information about the structure are separated from user data;\n<\/li>\n<li class=\"l\"> Support for using ArangoDB as a server for web applications in JavaScript with access to the database via REST\/Web API;\n<\/li>\n<li class=\"l\"> Utilization of JavaScript for browser applications accessing the database and for handlers executed on the DBMS side;\n<\/li>\n<li class=\"l\"> Multithreaded architecture that distributes the load across all CPU cores;\n<\/li>\n<li class=\"l\"> Flexible data storage model that can combine key-value pairs, documents, and parameters defining relationships between records (tools for traversing graph vertices are provided);\n<li class=\"l\"> Different data representation models (documents, graphs, and key-value pairs) can be mixed in one query, simplifying the aggregation of heterogeneous data;\n<li class=\"l\"> Support for queries with JOINs;\n<\/li>\n<li class=\"l\"> Ability to choose the index type suitable for the tasks at hand (for instance, an index can be used for full-text search);\n<\/li>\n<li class=\"l\"> Configurable reliability: the application can determine what is more important for it: higher reliability or higher performance;\n<\/li>\n<li class=\"l\"> An efficient storage system that fully utilizes the capabilities of modern hardware (such as SSDs) and can employ large caches;\n<\/li>\n<li class=\"l\"> Transactions: the ability to execute queries on multiple documents or collections simultaneously with optional transaction consistency and isolation;\n<\/li>\n<li class=\"l\"> Support for replication and sharding: the ability to create master-slave configurations and distribute data sets across different servers based on specific criteria;\n<li class=\"l\"> A JavaScript framework is provided for building microservices <noindex><a rel=\"nofollow\" href=\"https:\/\/www.arangodb.com\/foxx\">Foxx<\/a><\/noindex>, running within the DBMS server with direct access to the data.\n<\/li>\n<\/ul>\n<p><noindex><a rel=\"nofollow\" href=\"https:\/\/www.arangodb.com\/docs\/devel\/release-notes-new-features36.html\">Changes<\/a><\/noindex>, introduced in the ArangoDB 3.6 release:<\/p>\n<ul>\n<li class=\"l\"> Performance optimization for subqueries, as well as for UPDATE and REPLACE operations;\n<li class=\"l\"> The possibility of parallel execution of AQL queries has been implemented, allowing a reduction in the time required to gather data distributed across different cluster nodes;\n<li class=\"l\"> Deferred materialization of documents has been implemented, allowing in some cases to eliminate the need for complete extraction of irrelevant documents;\n<li class=\"l\"> Early filtering of documents that do not match the specified criteria is ensured during document scanning;\n<li class=\"l\"> The ArangoSearch full-text search engine has been improved, supporting ranking based on data similarity. Support for an analyzer for query autocompletion has been added, along with the TOKENS() and PHRASE() functions for dynamic search query generation;\n<li class=\"l\"> A maxRuntime setting has been added for selectively limiting the execution time of queries;\n<li class=\"l\"> An option has been added \u2014 'query.optimizer-rules' for managing the activation of specific optimizations during query processing;\n<li class=\"l\"> Enhanced capabilities for organizing cluster operations. An option has been added \u2014 'cluster.upgrade' to choose the node upgrade mode in the cluster;\n<li class=\"l\"> Support for TLS 1.3 has been added for encrypting the communication channel between the client and the server (by default, the client continues to use TLS 1.2).\n<\/ul>\n<p><noindex><a rel=\"nofollow\" name=\"link\"><\/a><\/noindex><\/p>\n<p>Source: <a \ncontent=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=52119\">opennet.ru<\/a><\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d \u0432\u044b\u043f\u0443\u0441\u043a \u043c\u043d\u043e\u0433\u043e\u0446\u0435\u043b\u0435\u0432\u043e\u0439 \u0421\u0423\u0411\u0414 ArangoDB 3.6, \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u044e\u0449\u0435\u0439 \u0433\u0438\u0431\u043a\u0438\u0435 \u043c\u043e\u0434\u0435\u043b\u0438 \u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u043e\u0432, \u0433\u0440\u0430\u0444\u043e\u0432 \u0438 \u0434\u0430\u043d\u043d\u044b\u0445 \u0432 \u0444\u043e\u0440\u043c\u0430\u0442\u0435 \u043a\u043b\u044e\u0447-\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435. \u0420\u0430\u0431\u043e\u0442\u0430 \u0441 \u0431\u0430\u0437\u043e\u0439 \u043e\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0447\u0435\u0440\u0435\u0437 SQL-\u043f\u043e\u0434\u043e\u0431\u043d\u044b\u0439 \u044f\u0437\u044b\u043a \u0437\u0430\u043f\u0440\u043e\u0441\u043e\u0432 AQL \u0438\u043b\u0438 \u0447\u0435\u0440\u0435\u0437 \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f \u043d\u0430 \u044f\u0437\u044b\u043a\u0435 JavaScript. \u041c\u0435\u0442\u043e\u0434\u044b \u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u0434\u0430\u043d\u043d\u044b\u0445 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0442 \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f\u043c ACID (\u0430\u0442\u043e\u043c\u0430\u0440\u043d\u043e\u0441\u0442\u044c, \u0441\u043e\u0433\u043b\u0430\u0441\u043e\u0432\u0430\u043d\u043d\u043e\u0441\u0442\u044c, \u0438\u0437\u043e\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0441\u0442\u044c, \u043d\u0430\u0434\u0435\u0436\u043d\u043e\u0441\u0442\u044c), \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044e\u0442 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0438 \u0438 \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0438\u0432\u0430\u044e\u0442 \u043a\u0430\u043a \u0433\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u0443\u044e, \u0442\u0430\u043a \u0438 \u0432\u0435\u0440\u0442\u0438\u043a\u0430\u043b\u044c\u043d\u0443\u044e \u043c\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u0443\u0435\u043c\u043e\u0441\u0442\u044c. \u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0421\u0423\u0411\u0414 [&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-54637","post","type-post","status-publish","format-standard","hentry","category-news"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d \u0432\u044b\u043f\u0443\u0441\u043a \u043c\u043d\u043e\u0433\u043e\u0446\u0435\u043b\u0435\u0432\u043e\u0439 \u0421\u0423\u0411\u0414 ArangoDB.\" \/>\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\/novaya-versiya-subd-arangodb-3-6\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\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\u041d\u043e\u0432\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f \u0421\u0423\u0411\u0414 ArangoDB 3.6 | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d \u0432\u044b\u043f\u0443\u0441\u043a \u043c\u043d\u043e\u0433\u043e\u0446\u0435\u043b\u0435\u0432\u043e\u0439 \u0421\u0423\u0411\u0414 ArangoDB.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/news\/novaya-versiya-subd-arangodb-3-6\" \/>\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=\"2019-12-30T21:00:00+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2020-02-18T11:02:40+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\udd47The new version of ArangoDB 3.6 | ProHoster","description":"The release of the multi-purpose DBMS ArangoDB has been published.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/novaya-versiya-subd-arangodb-3-6","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\u041d\u043e\u0432\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f \u0421\u0423\u0411\u0414 ArangoDB 3.6 | ProHoster","og:description":"\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d \u0432\u044b\u043f\u0443\u0441\u043a \u043c\u043d\u043e\u0433\u043e\u0446\u0435\u043b\u0435\u0432\u043e\u0439 \u0421\u0423\u0411\u0414 ArangoDB.","og:url":"https:\/\/prohoster.info\/en\/blog\/news\/novaya-versiya-subd-arangodb-3-6","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":"2019-12-30T21:00:00+00:00","article:modified_time":"2020-02-18T11:02:40+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"54637","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":"2026-01-24 12:12:14","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2021-02-28 13:54:45","updated":"2026-01-24 12:12:14","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\/54637","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=54637"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/54637\/revisions"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=54637"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=54637"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=54637"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}