Hello,
I’m testing out a new array index on our staging server. I ran it last night checked it this morning and noticed that it was still stuck at 33%.
This is my index statement.
CREATE INDEX isched ON `mybucket`(DISTINCT ARRAY i.value FOR i IN anArray END) WHERE (form = "route")
On the other hand, creating a view was pretty fast.
Where should I look for logs in this case?
Thank you in advance.