-
Hello,
According to documentation, the ALTER INDEX statement should follow this example:
```
ALTER INDEX index_name {ADD|DROP} STORED COLUMN column_name
```
Reference: https://cloud.google.com/sp…
-
Hello,
I am trying to read data from a spanner table that currently has 134.964 rows and 288 columns.
I have been using the example posted in the Github under "Read" and modying the query to…
-
This test failed!
To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot).
If I'm commenting on this issue too oft…
-
As of 2021-10-01 the hand-wrought
- `google::cloud::spanner::InstanceAdminConnection`, and
- `google::cloud::spanner::DatabaseAdminConnection`
connection classes, along with the overloaded func…
-
Docs on ALTER DATABASE https://cloud.google.com/spanner/docs/data-definition-language#alter-database
Code similar to https://github.com/googleapis/java-spanner/blob/9132c21e9ea94f0e2ceea3f9ad5c4461ff…
-
In Cloud Spanner, recently added "batch read" feature so that it can also handle "big data" "general" processing. (such as analysis and more)
Traditionally for Cloud BigTable was stated as "Google Cl…
-
**Is your feature request related to a problem? Please describe.**
Yes, Recently in my project I've tried to configure spanner java client to connect to multiple databases from different spanner inst…
-
Hello everyone,
I am trying to set up my Django project with `Cloud Spanner`. I did everything as told in the documentation like adding the app into installed apps list -`INSTALLED_APPS = ['django_…
-
### What would you like to happen?
Right now one of the known limitations of the Spanner change stream source is it can't be drained [1](https://cloud.google.com/spanner/docs/change-streams/use-dataf…
-
It would be awesome if you could support Goolge Spanner. Google Spanner supports JDBC connections, so hopefully it shouldn't be that difficult to integrate it. But the authentication is a bit differen…