Status: Accepted
Owner: [email protected]
Labels: Type-Enhancement Priority-Medium

New issue 924 by [email protected]: Secondary btree index should not have a bloomfilter on it since the filter is not used for range search which is always the case for secondary index search
https://code.google.com/p/asterixdb/issues/detail?id=924

Currently, all secondary index searches are considered as range search due to the fact that secondary index keys are not unique. Since bloomfilter is only used for point lookup, secondary btree index should not have a bloomfilter on it.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to