googleapis / googleapis/google-cloud-java

[java-spanner-jdbc] Get the size of the database

未关闭
#12,283 1 条评论 0 个 reaction 已指派 1 人 已指派给 @olavloite 在 GitHub 查看
api: spanner type: feature request
主要语言
Java
星标
2.1k
派生
1.2k
平均合并
1 天 23 小时
30 天内合并 PR
154

描述

**Is your feature request related to a problem? Please describe.**
I'd like to be able to determine the size of a Spanner database.

**Describe the solution you'd like**
Some kind of API in the JDBC driver that returns the size of the database.

**Describe alternatives you've considered**
We've tried querying the information schema to get the list of tables, then trying to figure out the data usage of each field in every table. However this is not performant, and error prone.

**Additional context**
n/a

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。