The Wayback Machine - https://web.archive.org/web/20210822083237/https://github.com/topics/database-cluster
Skip to content
#

database-cluster

Here are 11 public repositories matching this topic...

aquarapid
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 the CLIENT.FOUND_ROWS flag, and updating a single row to it's current key value (i.e. no rows are updated, but a single row

Improve this page

Add a description, image, and links to the database-cluster topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more