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

Change Symbol to String #632

Open
abelsiqueira opened this issue May 8, 2024 · 0 comments
Open

Change Symbol to String #632

abelsiqueira opened this issue May 8, 2024 · 0 comments
Labels
Type: improvement Better way of doing something Zone: code architecture Changes to the structure or fundamentals

Comments

@abelsiqueira
Copy link
Member

What and Why

Since DuckDB uses strings, it will be better to change all Symbols (at least in the DFs) to Strings. The Symbols are more consistently faster (up to x2), but given that we're gonna have to convert from Strings in DB to Symbols, then we lose the advantage.

Possible Drawbacks

No response

Related Issues

No response

@abelsiqueira abelsiqueira added Type: improvement Better way of doing something Zone: code architecture Changes to the structure or fundamentals labels May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: improvement Better way of doing something Zone: code architecture Changes to the structure or fundamentals
Projects
None yet
Development

No branches or pull requests

1 participant