docs.rs failed to build google-cloud-spanner-0.6.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
google-cloud-spanner-0.33.0
google-cloud-spanner
Google Cloud Platform spanner library.
Installation
[dependencies]
google-cloud-spanner = <version>
Quick Start
Create Client and call transaction API same as Google Cloud Go.
use Client;
use insert;
use Statement;
use AsyncIterator;
use CommitTimestamp;
use RunInTxError;
async
Example
Here is the example with using Warp.
Performance
Result of the 24 hours Load Test.
| Metrics | This library | Google Cloud Go |
|---|---|---|
| RPS | 438.4 | 443.4 |
| Used vCPU | 0.37 ~ 0.42 | 0.65 ~ 0.70 |
- This Library : Performance report / CPU Usage
- Google Cloud Go : Performance report / CPU Usage
Test condition
- 2.0 vCPU GKE Autopilot Pod
- 1 Node spanner database server
- 100 Users
- Here is the application for Load Test.