"Indexes" or "Indices" #5223
westonpace
started this conversation in
General
Replies: 2 comments 11 replies
-
|
I have a slight favor for "indexes" as it is the term used in other databases. |
Beta Was this translation helpful? Give feedback.
4 replies
-
|
Related question: we really need a standard term for the individual index pieces (fragments? deltas? shards?). What should we call those? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Both are valid words and both are used in the code today (in comments, variables, and APIs) "Indexes" is probably more common in the DB world. "Indices" is more common in our code today.
We should be consistent.
I don't think there is an objectively correct answer so just chime in if you have any opinion and in a week or two we can pick one and start to clean things up.
Beta Was this translation helpful? Give feedback.
All reactions