Skip to content

Commit

Permalink
Minor fix to Bigtable documentation.
Browse files Browse the repository at this point in the history
Feedback from Danny mentioned that Bigtable should be able to store
multiple versions of the same key and fetch the latest at read time.
This makes sense and means that concurrent writes should work just fine.

Signed-off-by: Abhin Chhabra <abhin.chhabra@shopify.com>
  • Loading branch information
chhabrakadabra committed Oct 5, 2022
1 parent 943ee3f commit ab80b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/online-stores/bigtable.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Below is a matrix indicating which functionality is supported by the Bigtable on
| readable by Java | no |
| readable by Go | no |
| support for entityless feature views | yes |
| support for concurrent writing to the same key | no |
| support for concurrent writing to the same key | yes |
| support for ttl (time to live) at retrieval | no |
| support for deleting expired data | no |
| collocated by feature view | yes |
Expand Down

0 comments on commit ab80b42

Please sign in to comment.