awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 dépôts

Awesome GitHub RepositoriesIndexed Predicate Filtering

Using indices on specific columns to accelerate the execution of SQL-like filter predicates.

Distinct from Expression Indexes: Focuses on using standard indices to speed up filtering, not on indexing the result of an expression.

Explore 4 awesome GitHub repositories matching data & databases · Indexed Predicate Filtering. Refine with filters or upvote what's useful.

Awesome Indexed Predicate Filtering GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • lancedb/lancedbAvatar de lancedb

    lancedb/lancedb

    9,031Voir sur GitHub↗

    LanceDB is a vector database and columnar data store designed to function as a versioned dataset manager and vector search engine. It serves as a high-performance backend for indexing and retrieving high-dimensional embeddings, providing the foundation for machine learning data pipelines. The system distinguishes itself through a combination of cloud-native object storage and immutable version tracking, allowing for data time-travel and reproducible AI experiments. It integrates hybrid search capabilities, merging dense vector similarity with BM25 full-text search and SQL-like scalar filters

    Narrows results using SQL-like expressions on indexed columns to retrieve specific data subsets.

    HTMLapproximate-nearest-neighbor-searchimage-searchnearest-neighbor-search
    Voir sur GitHub↗9,031
  • paradedb/paradedbAvatar de paradedb

    paradedb/paradedb

    8,370Voir sur GitHub↗

    ParadeDB is a database extension that integrates full-text search, vector database capabilities, and real-time analytics directly into a relational engine. It functions as a plugin that adds new storage and query execution capabilities to an existing database architecture. The project distinguishes itself by supporting hybrid search workflows that combine lexical keyword matching with dense and sparse vector similarity in a single query. It utilizes reciprocal rank fusion to merge these ranked result sets and employs logical replication to synchronize data from external instances, removing th

    Accelerates filter execution by including non-text columns in the search index to enable indexed predicate filtering.

    Rustaggregationsanalyticsbm25
    Voir sur GitHub↗8,370
  • vespa-engine/vespaAvatar de vespa-engine

    vespa-engine/vespa

    6,961Voir sur GitHub↗

    Vespa is a distributed search engine, vector database, and machine learning ranking engine. It serves as an AI search platform designed to handle large-scale document indexing and complex query processing across a cluster of nodes, combining keyword retrieval with high-dimensional embedding storage for semantic similarity search. The platform distinguishes itself by integrating machine learning models directly into the search pipeline to perform real-time inference and ranking. It converts these models into ranking expressions to score and order results based on relevance, while providing a s

    Indexes logical predicates to enable efficient retrieval of documents using boolean constraints.

    Java
    Voir sur GitHub↗6,961
  • apache/pinotAvatar de apache

    apache/pinot

    6,098Voir sur GitHub↗

    Pinot is a distributed, columnar analytical database designed for high-concurrency, low-latency query processing. It functions as a real-time OLAP datastore, enabling interactive, user-facing analytics by ingesting and querying massive datasets from both streaming and batch sources. The system architecture relies on a centralized controller for cluster coordination and a distributed segment-based storage model to ensure horizontal scalability. The platform distinguishes itself through a hybrid ingestion pipeline that unifies real-time event streams and historical batch data into a single quer

    Configures the hierarchy of dimensions used to build indexes for optimized query performance.

    Java
    Voir sur GitHub↗6,098
  1. Home
  2. Data & Databases
  3. Expression Indexes
  4. Indexed Predicate Filtering

Explorer les sous-tags

  • Index Split HierarchiesConfiguration of dimension hierarchies for index building to optimize query patterns. **Distinct from Indexed Predicate Filtering:** Distinct from Indexed Predicate Filtering: focuses on the hierarchy of dimensions for index construction rather than just using indices for filtering.