Skip to main content
Solved

Error. Indexes missing

  • January 19, 2023
  • 2 replies
  • 40 views

rvgfox
Problem Solver
Forum|alt.badge.img+4

The autoindexes doesn’t created in the physical table

 

Best answer by Thomas Lind

Hi

The auto index is generated on the _R version of the table.
Here I got a table with two indexes, both are auto indexes, but one is on the valid and the other on the raw version of the table.

 

So if you look at your _R version of the Warehouses table, it should be located there.

Best regards
Thomas Lind

2 replies

Thomas Lind
Community Manager
Forum|alt.badge.img+5
  • Community Manager
  • Answer
  • January 19, 2023

Hi

The auto index is generated on the _R version of the table.
Here I got a table with two indexes, both are auto indexes, but one is on the valid and the other on the raw version of the table.

 

So if you look at your _R version of the Warehouses table, it should be located there.

Best regards
Thomas Lind


rvgfox
Problem Solver
Forum|alt.badge.img+4
  • Author
  • Problem Solver
  • January 19, 2023

Thanks Thomas, it’s correct