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

Investigate database schema design of the "inheritance" structure of AIAsset/AIResource #399

Open
PGijsbers opened this issue Nov 23, 2024 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@PGijsbers
Copy link
Collaborator

During the Hugging Face migration, I noticed that (at least on the test server) delete operations take very long. Multiple seconds. We should investigate why this is. I assume it's a combination of the generic tables (airesource/aiasset) combined with copious delete triggers. Based on results of the investigation we may want to alter the schema, for example by introducing different many-to-many tables for different assets, instead of having a single one that's mixed.

@PGijsbers PGijsbers added bug Something isn't working enhancement New feature or request labels Nov 23, 2024
@PGijsbers PGijsbers changed the title Investigate database schema design Investigate database schema design of the "inheritance" structure of AIAsset/AIResource Nov 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant