| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| - tables in Cloud Bigtable do not expose internal storage details | ||
| * :meth:`Table.counter_set() \ | ||
| <gcloud.bigtable.happybase.table.Table.counter_set>` - method can't | ||
| be atomic, so we disable it |
|
This looks great, with one tiny comment. |
Sorry, something went wrong.
|
When I originally wrote this MutateRows did not exist so I had a bullet with * The ``batch_size`` attribute in :class:`.Batch` cannot be truly mapped from HBase to Cloud Bigtable. The main reason for this is that the Cloud Bigtable API can only send mutations for a single row (via ``MutateRow``, ``CheckAndMutateRow``, and ``ReadModifyWriteRow``) whereas HBase sends all mutations at once. This requires a single request to be sent for each mutated row in the batch. This should not be noticeable since gRPC uses HTTP/2. However, some of the requests may fail part way through and the process of applying all mutations cannot be rolled back. Now I need to implement the support for it. Exciting to see missing features appear! Filed #1546 |
Sorry, something went wrong.
|
Glad to see that's possible, as that would be pretty surprising behavior. |
Sorry, something went wrong.
| be atomic, so we disable it | ||
| * The ``__version__`` value for the HappyBase package is :data:`None`. | ||
| However, it's worth nothing this implementation was based off HappyBase | ||
| 0.9. |
Adding helpful documentation to HappyBase package init.
…adata.py (#1545) * fix(metadata): Use exponential backoff retry logic for GCE metadata server access
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/python-bigquery/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #1545 🦕
* Add async bidiRpc files in python-storage these files will be removed once googleapis/python-api-core#836 gets submitted * fix import path for bidi_base
…1545) * chore: update benchmark logic for 2.0 * update benchmark logic * fix
| Back | FazBrowse Home | New Git URL |
No description provided.