2 Repos
Ordering result sets based on the computed values of aggregation functions.
Distinct from Task Result Aggregation: The candidates refer to search result aggregators or security permission aggregation, not database query sorting.
Explore 2 awesome GitHub repositories matching data & databases · Aggregate Result Sorting. Refine with filters or upvote what's useful.
RediSearch is a Redis module that adds secondary indexing, full-text search, aggregation, and vector similarity search directly into the in-memory data store. It operates as an in-process search engine, extending the core key-value store with capabilities for indexing hash and JSON documents, enabling fast field-level lookups beyond primary key access. The module provides a full-text search engine built on inverted indexes, supporting stemming, fuzzy matching, and relevance scoring via tf-idf. It also includes a vector similarity search engine using a Hierarchical Navigable Small World graph
Orders grouped or transformed aggregation results by one or more fields in ascending or descending order.
Apache AGE is a graph database extension for PostgreSQL that adds openCypher graph query capabilities directly within the relational database environment. It functions as a loadable extension that translates Cypher graph traversal queries into SQL expressions, enabling users to run pattern matching and path analysis alongside standard SQL operations within a single database instance. The extension stores labeled, directed property graphs as isolated schemas with internal relational tables for vertices, edges, and labels, preventing cross-graph interference. It supports hybrid query execution
Supports ordering query results by aggregate function values, a standard analytical capability.