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

colserde: implement more efficient serializations #44195

Open
3 tasks
yuzefovich opened this issue Jan 22, 2020 · 0 comments
Open
3 tasks

colserde: implement more efficient serializations #44195

yuzefovich opened this issue Jan 22, 2020 · 0 comments
Labels
A-sql-vec SQL vectorized engine C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-sql-queries SQL Queries Team
Projects

Comments

@yuzefovich
Copy link
Member

yuzefovich commented Jan 22, 2020

Currently we use very simple serializations for the following types:

  • Decimal
  • Timestamp
  • Interval (although here the speed is in GiB/s which might be sufficient).

We should improve it.

Jira issue: CRDB-5246

@yuzefovich yuzefovich added the C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) label Jan 22, 2020
@yuzefovich yuzefovich added this to Triage in BACKLOG, NO NEW ISSUES: SQL Execution via automation Jan 22, 2020
@yuzefovich yuzefovich moved this from Triage to [BACKLOG] Enhancements/Features in BACKLOG, NO NEW ISSUES: SQL Execution Jan 22, 2020
@jlinder jlinder added the T-sql-queries SQL Queries Team label Jun 16, 2021
@yuzefovich yuzefovich added this to Triage in SQL Queries via automation Jan 4, 2023
@yuzefovich yuzefovich removed this from [VECTORIZED BACKLOG] Enhancements/Features/Investigations in BACKLOG, NO NEW ISSUES: SQL Execution Jan 4, 2023
@yuzefovich yuzefovich moved this from Triage to Backlog in SQL Queries Jan 4, 2023
@yuzefovich yuzefovich added the A-sql-vec SQL vectorized engine label Jan 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-sql-vec SQL vectorized engine C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-sql-queries SQL Queries Team
Projects
Status: Backlog
SQL Queries
Backlog (DO NOT ADD NEW ISSUES)
Development

No branches or pull requests

2 participants