index for custom properties #3349
Replies: 3 comments
-
|
EXPLAIN shows that |
Beta Was this translation helpful? Give feedback.
-
|
After some more digging, I noticed that I added a secondary index (Skip Index), that is not the same as Primary Key. I tried to recreate events_v2 table with Primary Key index on That led me to another question. Primary Key indexes are added only to |
Beta Was this translation helpful? Give feedback.
-
|
@ruslandoga I am having problems with filtering by custom properties in the dashboard. It's a high traffic site. But I wonder if as mentioned above, if indexes are missing? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am attaching custom props to each event and later on I am using it for filtering.
Would it make sense to add indexes for
meta.keyandmeta.valueto speed up query?I actually tried it, but didn't notice any difference. Its highly possible that I did something wrong.
here are indexes:
I tried both
minmaxandsetindex types.I can see indexes are used during quering.
Or perhaps this idea is just out of place?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions