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

Migrate dolt table to SQL #7627

Open
macneale4 opened this issue Mar 18, 2024 · 1 comment
Open

Migrate dolt table to SQL #7627

macneale4 opened this issue Mar 18, 2024 · 1 comment
Labels
cli enhancement New feature or request

Comments

@macneale4
Copy link
Contributor

macneale4 commented Mar 18, 2024

dolt table currently uses a mix of disk access and SQL to perform it's work, and we should move all commands to using the CliContext infrastructure that other cli commands use to co-operate with a running sql-server.

table import - No SQL option currently. This will likely be very slow.
table export - Should probably use the same infra as the dump command, which it's SQL friendly either.
table rm - This is current executed as a call to dolt sql -q "DROP...", so it works but it's not using the CliContext table mv- Usesdolt sqlas welltabel cp- Usesdolt sql` as well

Difficulty: High
Value: High

Overarching Ticket: #3922

@macneale4
Copy link
Contributor Author

User tripped on this: #7548

@macneale4 macneale4 added enhancement New feature or request cli labels Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant