Index Reader Utility
Ignite provides a command line script — index-reader.sh|bat
that you can use to check cache data tree in partition files and its consistency with indexes. The script is located under the /bin/
folder of the installation directory.
Caution
|
THIS UTILITY MUST BE LAUNCHED ON PERSISTENT STORE WHICH IS NOT UNDER RUNNING GRID! |
Run
Run index-reader.sh|bat
script from {IGNITE_HOME}/bin
directory:
Parameter | Description | Default Value |
---|---|---|
|
Partition directory where index.bin and (optionally) partition files are located. |
|
|
Total partitions count in cache group. |
0 |
|
Page size (in bytes). |
4096 |
|
Page store version. |
2 |
|
You can specify index tree names that will be processed, separated by comma without spaces, other index trees will be skipped. |
|
|
Check cache data tree in partition files and its consistency with indexes. |
|
Usage
./index-reader.sh|bat --dir [--part-cnt] [--page-size] [--page-store-ver] [--indexes] [--check-parts]
Apache, Apache Ignite, the Apache feather and the Apache Ignite logo are either registered trademarks or trademarks of The Apache Software Foundation.