Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 10.0.6
-
Fix Version/s: 10.0.31
-
Component/s: Storage Engine - SphinxSE
-
Environment:Linux, SphinxSE
Description
It is possible to group by on multiple attribute values with the native API and SphinxQL but not with the Storage Engine.
The patch implements a new mode ("multi:") for the groupby function SPH_GROUPBY_MULTIPLE.
After the patch it is possible to group by on multiple attribute values with this query:
SELECT _sph_count, attribute1, attribute2 FROM sphinx_index_table WHERE query = ';groupby=multi:attribute1, attribute2';
Attachments
Issue Links
- is blocked by
-
MDEV-5480 upgrade sphinxse
-
- Closed
-
- links to