No features have been listed yet.
No StackGres videos yet. You could help us improve this page by suggesting one.
Based on our record, TiDB should be more popular than StackGres. It has been mentiond 17 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
I do want to clarify a few points, on the project page it does provide the following information: > Distributed Transactions: TiDB uses a two-phase commit protocol to ensure ACID compliance, providing strong consistency. Transactions span multiple nodes, and TiDB's distributed nature ensures data correctness even in the presence of network partitions or node failures. > … > High Availability: Built-in Raft... - Source: Hacker News / 5 months ago
Note that TiDB did subject itself to Jepsen testing (relatively) early. Here's their 2019 results: https://jepsen.io/analyses/tidb-2.1.7 The devil is in the details, and anyone who is looking to implement TiDB for data correctness should read through not just this but other currently-open correctness-related Github issues: e.g., https://github.com/pingcap/tidb/issues?q=is%3Aissue%20state%3Aopen%20correctness. - Source: Hacker News / 5 months ago
Tidb has been around for a while, it is distributed, written in Go and Rust, and MySQL compatible. https://github.com/pingcap/tidb. - Source: Hacker News / about 1 year ago
PingCAP | https://www.pingcap.com | Database Engineer, Product Manager, Developer Advocate and more | Remote in California | Full-time We work on a MySQL compatible distributed database called TiDB https://github.com/pingcap/tidb/. - Source: Hacker News / over 2 years ago
Isn't TiDB built on top of TiKV?[0] [0]: https://github.com/pingcap/tidb. - Source: Hacker News / over 2 years ago
I applaud the decision to use AGPL-3.0. For me, it's a license that provides forward guarantees to the Community: no proprietary forks can happen, so any fork will be an OSS fork from which the upstream project may benefit too, which benefits all users. That's the reason we chose this license for StackGres [1], another project in the Postgres space. [1]: https://stackgres.io. - Source: Hacker News / about 1 year ago
This is good and interesting recipe to get Keycloak and Postgres on Kubernetes. There is an important improvement, though: the Postgres deployed here is not production ready (high availability, backups, monitoring, etc). We run Keycloak on StackGres [1] which gives us production-ready Postgres setup (disclaimer: it's dogfooding). Happy to share the YAML manifests used to deploy Keycloak with StackGres. Maybe we... - Source: Hacker News / about 2 years ago
Others have been mentioned already and there's also stackgres. Source: about 2 years ago
The key for me is the level of automation that you can reach at a reasonable "development cost". Let me elaborate. K8s, if anything, is an API. An API that allows you to interact with compute, storage and networks in a way that is abstracted from the actual underlying infrastructure. This is incredibly powerful. You can, essentially, code and automate all your infrastructure. But this goes beyond deployment,... - Source: Hacker News / over 2 years ago
I haven't used that one. I've looked into StackGres before and it seems pretty slick, but based on the featureset, I don't think that it has multi-master support yet. Source: over 2 years ago
MySQL - The world's most popular open source database
Kubernetes - Kubernetes is an open source orchestration system for Docker containers
OceanBase - Unlimited scalable distributed database for data intensive transaction & real-time operational analytics workload, with ultra fast performance of maintaining the world record of both TPC-C and TPC-H benchmark tests.
Google Cloud Spanner - Google Cloud Spanner is a horizontally scalable, globally consistent, relational database service.
ClickHouse - ClickHouse is an open-source column-oriented database management system that allows generating analytical data reports in real time.
CloudNativePG - CloudNativePG is the Kubernetes operator that covers the full lifecycle of a highly available PostgreSQL database cluster with a primary/standby architecture, using native streaming replication.