Advanced Indexing¶
Expand the indexing, persistence and schema mutation capabilities of Apache Ignite's distributed SQL database.
-
Instantly deploy a reliable cluster after reboot, using Apache Lucene and H2 Spatial indexes with disk persistence and automatic re-indexing.
-
Combine Apache Ignite's SQL capabilities with Apache Lucene's extended filters.
-
Modify Apache Ignite's SQL schemes with no need to restart and zero loss of data.
Advanced Lucene Index for Apache Ignite¶
Improve your SQL queries by incorporating Apache Lucene advanced expressions.
-
Instantly deploy a reliable cluster after a restart.
-
Create Apache Lucene indexes that support disk persistence and automatic reindexing.
-
Combine Apache Ignite's SQL capabilities: in-memory DB, scalability and high availability, with Apache Lucene's efficient search algorithms - typo-tolerant suggesters, ranked searching and geospatial search.
-
Secure implementation for Apache Ignite EncryptionSpi as Lucene index does not store cache value. Please note that cache key and indexed fields will not be encrypted for performance reasons, so never index sensitive data neither store sensitive data on cache key.
Advanced Spatial index for Apache Ignite¶
Improves Apache Ignite 's ability to create spatial indexes that support persistence.
-
Instantly deploy a reliable cluster after a restart.
-
Create spatial indexes that support disk persistence and automatic reindexing.
-
Secure implementation for Apache Ignite EncryptionSpi as Spatial index does not store cache value. Please note that spatial coordinates and cache key will not be encrypted for performance reasons, so never store sensitive data on cache key.
Dynamic SQL Entities for Apache Ignite¶
Change the structure of Apache Ignite’s QueryEntities with no need to restart the cluster.
-
Ensures system availability when changes are implemented on the structure of the QueryEntities defined on Apache Ignite caches.
-
Detected changes in data structure are propagated automatically, in the background and over all cluster nodes. No need to restart.
-
Optimizes indexes rebuild process.
H2Gis plugin for Apache Ignite¶
Register full H2Gis functions catalog into Apache Ignite's distributed SQL database.
- Enhance your spatial queries