16 docs tagged with "database"
View all tags[DRAFT] Presto
[DRAFT] Starrocks
Apache HBase
An overview of Apache HBase, a NoSQL, column-oriented, distributed database designed for handling large datasets.
AWS Relational Database Service (RDS)
Amazon Relational Database Service (RDS) is a managed database service provided by Amazon Web Services (AWS). It simplifies the process of setting up, operating, and scaling a relational database in the cloud. RDS supports various database engines, including:
Database Guidelines for Golang Projects
Introduction
Database Transactional System (DTS)
A Database Transactional System (DTS) is a system designed to ensure data integrity and reliability by managing concurrent access and modifications to a database through transactions. A transaction is a logical unit of work that must be either fully completed or completely rolled back, leaving the database in a consistent state. DTS adhere to the ACID properties: Atomicity, Consistency, Isolation, and Durability.
MariaDB Overview
MariaDB is a community-developed, commercially supported fork of the MySQL relational database management system (RDBMS). It is intended to remain free and open-source software under the GNU General Public License. MariaDB is a popular choice as a drop-in replacement for MySQL due to its compatibility and enhanced features.
Multi-Model Database (MMDB)
A Multi-Model Database (MMDB) is a database management system that supports multiple data models in a single backend. This contrasts with traditional databases that typically focus on a single data model (e.g., relational, document, graph). MMDBs address the challenges of polyglot persistence by providing a unified platform for handling diverse data types and use cases, reducing the complexity of managing multiple specialized databases.
Percona Overview
Percona is a company that provides open-source database solutions, consulting, and managed services for MySQL, MariaDB, and PostgreSQL. They are well-known for their performance-focused distributions, tools, and expertise in database optimization. Percona's products aim to improve database performance, availability, and manageability.
Pika
Pika: An open-source, large-capacity, and persistent Redis-compatible storage service developed by Qihoo 360.
PostgreSQL Command Reference
SQL Basics
PostgreSQL Installation Guide
This guide provides instructions for installing PostgreSQL and pgAdmin, both using native package managers and Docker.
TIDB
TiKV
TiKV: A Distributed Key-Value Database for Caching and Storage