Grid Indexes
System Requirements
In order to implement Indexed Grids, your Web Server needs to have MongoDB 5.0 installed. MongoDB 5.0 requires the use of the AVX instruction set, available on select Intel and AMD processors.
Most modern processors support AVX, but some Virtual Machines may need to be updated or altered to support AVX.
How can I check if my Linux System supports AVX?
Running either of the following commands will inform you if AVX is supported by the CPU:
grep avx /proc/cpuinfo
grep avx2 /proc/cpuinfo
View Grid Mapping
When a User selects a grid from the Grid Indexes grid and clicks the will let them view that grid’s mappings for the Index.
View Grid Progress
When a User selects a grid from the Grid Indexes grid and clicks the will let them view the progress of the mapping for the grid being indexed.
Index Grid
When a User selects a grid from the Grid Indexes grid and clicks the will begin the indexing process for that grid.