Data

ArangoDB 3.4 releases with a native search engine, full GeoJSON support, and more

2 min read

ArangoDB 3.4 has been released today. Major new enhancements include ArangoSearch, a feature which transforms ArangoDB, when combined with traversals or joins in AQL, from a data retrieval to an information retrieval solution.  It also comes with full GeoJSON Support enabled by a Google S2 Geo Index library integration.

ArangoSearch

This new feature provides a rich set of information retrieval capabilities. It consists of two components – a search engine and an integration layer.

  • The search engine manages the index, querying and scoring.
  • The integration layer provides search capabilities for the end user.

ArangoSearch can be combined with all three data models in ArangoDB. It uses materialized view to enable full-text search on multiple collections at once.

Users can now perform relevance-based matching, phrase and prefix matching, search with complex Boolean expressions, query time relevance tuning and combine complex traversals, geo-queries, and other access patterns with information retrieval techniques.

GeoJSON support

GeoJSON is an open standard format designed for representing simple geographical features, along with their non-spatial attributes.

ArangoDB comes with full support of all geo primitives, including multi-polygons or multi-line strings. It also includes a Google S2 Geometry Library integration which complements ArangoDB’s RocksDB storage engine. Users can also directly visualize results in OpenStreetMap which is integrated into the Query Editor of ArangoDBs WebUI.

Other features

  • Query Profiler: Developers can now execute a query with special instrumentation code resulting in a printed query plan with detailed execution statistics.
  • Cluster Management: Enhancements include faster cluster startup, synchronization and query execution.
  • Streaming Cursors: Includes integrated streaming cursors which provide first results as they become available on the server.
  • RocksDB is now the default Storage Engine, previous versions of ArangoDB used MMfiles as the default storage engine.

The full list of features is available in ArangoDB release notes.

Read Next

Introducing TigerGraph Cloud: A database as service in the Cloud with AI and Machine Learning support

RedisGraph v1.0 released, benchmarking proves its 6-600 times faster than existing graph databases.

Introducing EuclidesDB, multi-model machine learning feature database.

Sugandha Lahoti

Content Marketing Editor at Packt Hub. I blog about new and upcoming tech trends ranging from Data science, Web development, Programming, Cloud & Networking, IoT, Security and Game development.

Share
Published by
Sugandha Lahoti

Recent Posts

Top life hacks for prepping for your IT certification exam

I remember deciding to pursue my first IT certification, the CompTIA A+. I had signed…

3 years ago

Learn Transformers for Natural Language Processing with Denis Rothman

Key takeaways The transformer architecture has proved to be revolutionary in outperforming the classical RNN…

3 years ago

Learning Essential Linux Commands for Navigating the Shell Effectively

Once we learn how to deploy an Ubuntu server, how to manage users, and how…

3 years ago

Clean Coding in Python with Mariano Anaya

Key-takeaways:   Clean code isn’t just a nice thing to have or a luxury in software projects; it's a necessity. If we…

3 years ago

Exploring Forms in Angular – types, benefits and differences   

While developing a web application, or setting dynamic pages and meta tags we need to deal with…

3 years ago

Gain Practical Expertise with the Latest Edition of Software Architecture with C# 9 and .NET 5

Software architecture is one of the most discussed topics in the software industry today, and…

3 years ago