-
-
Notifications
You must be signed in to change notification settings - Fork 177
Closed
Description
I have been trying to figure out how to use an index with the Filter:
rows, err := r.Table(CensusTableName).GetAllByIndex("Name").Filter(map[string]interface{}{"Name": name}).OrderBy(rethink.Desc("Year")).Run(session)I made sure the index has been created but still there is no performance advantage using an index. Do I have the wrong syntax?
Metadata
Metadata
Assignees
Labels
No labels