Getting Rethinkdb index metadata

107 views Asked by At

I'd like to obtain metadata about an index on a Rethinkdb table, such as

  • what expression is used for arbitrary indexes
  • what fields are used for compound indexes
  • whether the index is multi or not

How can I get this information through the admin interface? Through the Python API?

Thanks!

1

There are 1 answers

0
Joe Doliner On BEST ANSWER

Unfortunately at this point you can't get any of this information. It's something that's planned as an addition to ReQL but hasn't been added yet.

If this issue is important to you I'd recommend opening an issue here: https://github.com/rethinkdb/rethinkdb that's the best way to influence development direction.