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

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

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

4 रिपॉजिटरी

Awesome GitHub RepositoriesRefresh

Updates the stored data of a materialized view by re-executing the underlying query.

Distinct from Materialized Views: Distinct from Materialized Views: focuses on the update lifecycle rather than the view definition.

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

Awesome Refresh GitHub Repositories

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

    timescale/timescaledb

    21,876GitHub पर देखें↗

    TimescaleDB is an open-source PostgreSQL extension that adds native time-series capabilities to the database. At its core, it transforms standard PostgreSQL tables into hypertables—automatically partitioned by time intervals—so data is stored in fixed-size chunks without manual sharding. The extension includes a library of over 200 built-in SQL functions purpose-built for time-series workloads, such as time bucketing, gap filling, percentile estimation, and time-weighted averages. What distinguishes TimescaleDB from generic PostgreSQL is its set of integrated time-series features that work th

    Provides incremental continuous aggregates that refresh materialized views by processing only new or changed data.

    Canalyticsdatabasefinancial-analysis
    GitHub पर देखें↗21,876
  • prestodb/prestoprestodb का अवतार

    prestodb/presto

    16,711GitHub पर देखें↗

    Presto is a distributed SQL query engine designed for high-performance analytical processing across heterogeneous data sources. It functions as a data federation platform and massively parallel processing engine, allowing users to execute interactive queries against diverse storage systems without requiring data migration. By mapping remote metadata and structures to a unified relational namespace, it enables seamless cross-platform analysis through a standard SQL interface. The engine distinguishes itself through a pluggable connector architecture and a shared-nothing distributed processing

    Ensures materialized views reflect current data by re-executing underlying queries.

    Javabig-datadatahadoop
    GitHub पर देखें↗16,711
  • 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

    Starts asynchronous background jobs to update materialized views using a tracking ID.

    HTMLapproximate-nearest-neighbor-searchimage-searchnearest-neighbor-search
    GitHub पर देखें↗9,031
  • growthbook/growthbookgrowthbook का अवतार

    growthbook/growthbook

    7,351GitHub पर देखें↗

    GrowthBook is a feature flagging and experimentation platform that utilizes a warehouse-native approach to data analysis. It serves as a system for managing feature rollouts and conducting A/B tests by executing SQL queries directly against existing data warehouses to calculate experiment results. The platform is distinguished by its integration of a Model Context Protocol server, which allows AI coding assistants and IDEs to manage flags and query analytics using natural language. It also provides specialized capabilities for AI model optimization, enabling the testing of prompts and models

    Implements incremental data refreshes for intermediate results to reduce warehouse query costs.

    TypeScriptab-testingabtestabtesting
    GitHub पर देखें↗7,351
  1. Home
  2. Data & Databases
  3. Materialized Views
  4. Refresh

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

  • Incremental View RefreshesUpdating materialized views by processing only changed rows rather than full dataset recalculation. **Distinct from Refresh:** Specializes view refresh to incremental updates rather than full re-execution.