2 repository-uri
Retrieval of large datasets in incremental chunks to maintain application responsiveness and prevent memory overflow.
Distinguishing note: None of the candidates cover the general UI-performance pattern of segmented/paginated loading for large datasets.
Explore 2 awesome GitHub repositories matching data & databases · Segmented Data Loading. Refine with filters or upvote what's useful.
tiny-rdm is a Redis database manager and GUI client that provides a visual interface for performing CRUD operations on strings, hashes, lists, sets, and streams. It functions as a comprehensive administration tool, acting as a performance monitor, a pub/sub client, and a web dashboard for monitoring Redis activity. The project distinguishes itself through advanced data visualization and debugging capabilities, including the ability to organize keys into a hierarchical tree structure using custom delimiters. It supports the decoding and decompression of stored values through built-in methods o
Retrieves large datasets in incremental chunks to maintain UI responsiveness when browsing millions of keys.
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
Uploads existing data segments into the system using direct file streaming, remote URI references, or metadata-only registration to populate tables with batch data.