sinmetal / spanner101

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spanner101

Spanner hands-on materials

Interleaving is an important and unique feature when designing Spanner tables. Hands-on to touch the center.

  • pattern1 no interleaving
  • pattern2 with interleaving
  • pattern3 bonus

I use spanner-cli to view the execution plan.

Singers

Experience interleaving with a simple query using Singers and Albums, which are also available in the official documentation.

DataBoost

Hands-on on DataBoost to run queries without putting any load on Spanner Instance.

The queries that can be executed with DataBoost are limited to PartitionQuery. We will experience the changes in the query that can be made into PartitionQuery with and without interleaving.

About

License:MIT License


Languages

Language:Go 99.6%Language:Dockerfile 0.4%