Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel6
outlinetrue
stylenone
typelist
printabletrue

...

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:

Code Block
languagephp
grep avx /proc/cpuinfo
Code Block
languagephp
grep avx2 /proc/cpuinfo

View Grid Mapping

When a User selects a grid from the Grid Indexes grid and clicks the image-20240910-204651.png will let them view that grid’s mappings for the Index.

...