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

explore alternatives to strings or Decimal for the the postgres fixed point representation #1457

Open
dpaiton opened this issue May 1, 2024 · 1 comment
Assignees

Comments

@dpaiton
Copy link
Member

dpaiton commented May 1, 2024

strings suck bc they stay strings in the DB and decimal sucks because it is slow

@dpaiton
Copy link
Member Author

dpaiton commented Jun 4, 2024

We motivate this by ease of use (code under the hood would be much cleaner) and performance. To assess performance, we would really want to dig deeper into profiling to make sure this is a significantly big bottleneck.

I'm going to reduce priority on this; we should pick it back up once we decide to profile the database pipeline.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants