Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow creating partitions from the same table connection #156

Merged
merged 1 commit into from
Jan 15, 2023
Merged

Conversation

kzu
Copy link
Member

@kzu kzu commented Jan 15, 2023

By exposing the explicit concept of an affinitized table-based storage account+table name, we make it possible to avoid checking for table existence on every new instance of a table repository or partition.

We now also don't fire up a task to check for the table existence, which also minimizes chances of an unhandled background exception.

Closes #155

@kzu kzu added the enhancement New feature or request label Jan 15, 2023
@kzu kzu changed the title Allow creating partitions from the same TableStorage Allow creating partitions from the same TableConnection Jan 15, 2023
By exposing the explicit concept of an affinitized table-based storage account+table name, we make it possible to avoid checking for table existence on every new instance of a table repository or partition.

We now also don't fire up a task to check for the table existence, which also minimizes chances of an unhandled background exception.

Closes #155
@kzu kzu force-pushed the dev/tablestorage branch from a50cea5 to 74eb0f9 Compare January 15, 2023 20:00
@kzu kzu changed the title Allow creating partitions from the same TableConnection Allow creating partitions from the same table connection Jan 15, 2023
@kzu kzu enabled auto-merge (rebase) January 15, 2023 20:01
@kzu kzu merged commit 41493f9 into main Jan 15, 2023
@kzu kzu deleted the dev/tablestorage branch January 15, 2023 20:05
@devlooped devlooped locked and limited conversation to collaborators Oct 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow reusing/caching the combination of CloudStorageAccount and TableClient
1 participant