HomeMogDBMogDB StackUqbar
v3.1

Documentation:v3.1

Supported Versions:

Other Versions:

BTree Index Compression

Availability

This feature is available since MogDB 3.1.0.

Introduction

This feature supports compression of index data. Compressed index data is loaded to memory, reducing memory usage and helping load more index data at a time.

image

Benefits

BTree index compression provides an effective index storage mechanism. With this feature enabled, even if the memory ratio is low, the data query efficiency of user services will not be greatly affected as the system service load is increasing.

Description

To speed up the data query efficiency, indexes will be created for data tables. This feature uses BTree index storage structure, compress index data in memory to ensure the query efficiency of the system service data. This feature is specially applicable to scenarios where there are a large amount of repeated data in one or multiple data tables that need to have indexes created and have indexes compressed.

This feature supports deduplication compression of non-uniquely indexed data. It is compatible with unique indexes but there is no compression effect.

Enhancements

None

Constraints

  • The include index is not supported.
  • The system table index is not supported.
  • Only the BTree index is supported.

Dependencies

None

Copyright © 2011-2024 www.enmotech.com All rights reserved.