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

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

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

MariaDB/server

0
View on GitHub↗
7,196 स्टार्स·1,973 फोर्क्स·C++·gpl-2.0·12 व्यूज़mariadb.org↗

Server

This project is an open source relational database management system and SQL database designed for storing and managing structured data. It functions as a relational database for ensuring consistency and reliability, while also operating as a vector database for storing and querying high-dimensional vector embeddings.

The system incorporates a columnar storage engine to optimize analytical query processing and large-scale data aggregation. It further enables vector similarity search, allowing users to find similar items by querying vector embeddings.

The software covers a broad capability surface including relational data management, analytical query execution, and database telemetry collection for gathering hardware and configuration statistics.

Features

  • Relational - Stores and queries structured data using relational models to ensure strict integrity and consistency.
  • Columnar Analytics - Executes high-performance analytical queries using columnar storage for efficient aggregations.
  • Columnar Storage Engines - Ships a storage format optimized for analytical workloads by organizing data by column.
  • Multi-Version Concurrency Control - Uses multi-version concurrency control to enable non-blocking read and write operations.
  • Open Source SQL Databases - Provides a community-driven implementation of the relational model for scalable data storage and retrieval.
  • Pluggable Storage Engines - Provides an architecture that allows switching between different data persistence backends based on table needs.
  • Relational Database Management Systems - Functions as a robust engine that stores structured information in tables and enforces relational constraints.
  • Vector Databases - Operates as a system optimized for storing and querying high-dimensional vector embeddings.
  • Vector Search - Provides capabilities for finding similar items using mathematical similarity in high-dimensional vector spaces.
  • Vector Embedding Indexes - Includes specialized indexes for storing and performing similarity searches on high-dimensional vector data.
  • Vector Similarity Search - Implements techniques for identifying nearest neighbors using distance metrics for AI applications.
  • Column-Oriented Disk Storage - Organizes data by column on disk to accelerate aggregate calculations and analytical query performance.
  • B-Tree - Implements B-Tree structures to optimize disk-based range queries and lookups.
  • Write-Ahead Logging - Implements write-ahead logging to record data mutations for durability and crash recovery.
  • Thread-Per-Connection Models - Employs a model where each client connection is managed by a dedicated worker thread.
  • Database Systems - Community fork of MySQL with enhanced features.
  • Server and Infrastructure - Provides a community-developed database server fork.

स्टार हिस्ट्री

mariadb/server के लिए स्टार हिस्ट्री चार्टmariadb/server के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

अक्सर पूछे जाने वाले प्रश्न

mariadb/server क्या करता है?

This project is an open source relational database management system and SQL database designed for storing and managing structured data. It functions as a relational database for ensuring consistency and reliability, while also operating as a vector database for storing and querying high-dimensional vector embeddings.

mariadb/server की मुख्य विशेषताएं क्या हैं?

mariadb/server की मुख्य विशेषताएं हैं: Relational, Columnar Analytics, Columnar Storage Engines, Multi-Version Concurrency Control, Open Source SQL Databases, Pluggable Storage Engines, Relational Database Management Systems, Vector Databases।

mariadb/server के कुछ ओपन-सोर्स विकल्प क्या हैं?

mariadb/server के ओपन-सोर्स विकल्पों में शामिल हैं: lancedb/lancedb — LanceDB is a vector database and columnar data store designed to function as a versioned dataset manager and vector… h2database/h2database — H2 is a JDBC-compliant relational database management system written in Java. It functions as an embeddable SQL… paradedb/paradedb — ParadeDB is a database extension that integrates full-text search, vector database capabilities, and real-time… databendlabs/databend — Databend is a cloud-native data warehouse and OLAP database designed for large-scale analytics. It functions as a… alibaba/zvec — zvec is an embedded vector database engine and indexing library designed for high-dimensional similarity search. It… mysql/mysql-server — MySQL Server is a relational database management system designed to organize and store structured information. It…

Server के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Server के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • 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

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

    h2database/h2database

    4,607GitHub पर देखें↗

    H2 is a JDBC-compliant relational database management system written in Java. It functions as an embeddable SQL database that can run directly within an application process to remove network latency, or as an in-memory database for high-performance volatile storage. It also includes a web-based console for executing SQL commands and administering schemas. The system is characterized by its flexible deployment modes, including a standalone server mode for remote TCP/IP access and a mixed mode for simultaneous local and remote connectivity. It features a dialect emulation layer and compatibilit

    Javadatabasejavajdbc
    GitHub पर देखें↗4,607
  • 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

    Rustaggregationsanalyticsbm25
    GitHub पर देखें↗8,370
  • databendlabs/databenddatabendlabs का अवतार

    databendlabs/databend

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

    Databend is a cloud-native data warehouse and OLAP database designed for large-scale analytics. It functions as a SQL-compliant engine and serverless analytics platform that separates compute from storage to allow for independent scaling. The system integrates vector database capabilities, indexing high-dimensional embeddings to enable semantic, hybrid, and full-text searches across massive datasets. It further distinguishes itself through serverless compute management that automatically scales resources based on demand and shuts them down during idle periods. The platform covers a broad set

    Rustaibigdatacloud-native
    GitHub पर देखें↗9,351
Server के सभी 30 विकल्प देखें→