#
database-cluster
Here are 11 public repositories matching this topic...
aquarapid
commented
Jun 14, 2021
Scenario:
- Single vttablet, connecting to external MySQL (happens to be RDS Aurora, but I doubt it matters).
- Single unsharded keyspace (
keyspace3
), no vschema, with a single table, containing a single row - Test program using the Python
pymysql
driver, using theCLIENT.FOUND_ROWS
flag, and updating a single row to it's current key value (i.e. no rows are updated, but a single row
Distributed PostgreSQL as an extension
postgres
multi-tenant
sql
database
scale
postgresql
sharding
distributed-database
citus
relational-database
database-cluster
citus-extension
-
Updated
Aug 22, 2021 - C
postgresql
gtm
coordinator
postgres-xl
cluster-topology
postgres-xl-docker
database-cluster
datanode
-
Updated
Oct 22, 2020 - Shell
opensource distributed database with base JPA implementation and event processing support
java
sql
database
cep
jpa
cluster
transactional
distributed-database
persistent-storage
complex-event-processing
java-database
database-cluster
horizontal-scaling
stream-sql
-
Updated
Aug 19, 2021 - Java
Distributed database middleware
mysql
middleware
sql
database
postgresql
shard
distributed-transactions
distributed-database
database-cluster
shardingsphere
distributed-sql-database
-
Updated
Aug 12, 2021 - Java
Distributed database middleware
mysql
middleware
sql
database
postgresql
shard
distributed-transactions
distributed-database
database-cluster
shardingsphere
distributed-sql-database
-
Updated
Jun 16, 2021 - Java
Distributed database middleware
mysql
middleware
sql
database
postgresql
shard
distributed-transactions
distributed-database
database-cluster
shardingsphere
distributed-sql-database
-
Updated
Nov 9, 2020
A cryptocurrency forum and arbitrage opportunity application hosted on GCP and written in NodeJS, MongoDB, and EJS
nodejs
gcp
expressjs
cryptocurrency
cloud-computing
ejs
materializecss
google-cloud-platform
database-cluster
mongodb-atlas
arbitrage-opportunity
dynamic-scaling
-
Updated
Aug 20, 2018 - JavaScript
A redis-inspired query framework for interacting transparently with your heterogeneous data layer
-
Updated
Apr 15, 2017 - JavaScript
Improve this page
Add a description, image, and links to the database-cluster topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the database-cluster topic, visit your repo's landing page and select "manage topics."
Bug Report
Which version of ShardingSphere did you use?
master branch
Problem
Use
HINT_INLINE
sharding algorithm, butalgorithm-expression
cannot take effect.Reason analyze (If you can)
Class
HintInlineShardingAlgorithm
implementsTypedSPI
, and the properties value is assigned viasetProps
method like inInlineShardingAlgorithm
.However, in class `Hin