I have gone through https://www.cockroachlabs.com/blog/index-selection-cockroachdb-2/. Can someone let me know
- Is there a way I can get the current size of an index ?
- If I create an index by using STORING so are the actual values stored in the index or some pointer to the actual value is stored in the index?
- How are indexes stored by cockroach ? Is there any documentation for it that I can refer to?