awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 रिपॉजिटरी

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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • lancedb/lancedblancedb का अवतार

    lancedb/lancedb

    9,031GitHub पर देखें↗

    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
    GitHub पर देखें↗9,031
  • paradedb/paradedbparadedb का अवतार

    paradedb/paradedb

    8,370GitHub पर देखें↗

    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
    GitHub पर देखें↗8,370
  • vespa-engine/vespavespa-engine का अवतार

    vespa-engine/vespa

    6,961GitHub पर देखें↗

    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
    GitHub पर देखें↗6,961
  • apache/pinotapache का अवतार

    apache/pinot

    6,098GitHub पर देखें↗

    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
    GitHub पर देखें↗6,098
  1. Home
  2. Data & Databases
  3. Expression Indexes
  4. Indexed Predicate Filtering

सब-टैग एक्सप्लोर करें

  • 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.