Skip to content

This branch is just instructive of what needs to be removed to get to ~10m inserts per second #772

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

Draft
wants to merge 3 commits into
base: tyler/bench-1m-base
Choose a base branch
from

Conversation

cloutiertyler
Copy link
Contributor

Description of Changes

Please describe your change, mention any related tickets, and so on here.

API and ABI breaking changes

If this is an API or ABI breaking change, please apply the
corresponding GitHub label.

Expected complexity level and risk

How complicated do you think these changes are? Grade on a scale from 1 to 5,
where 1 is a trivial change, and 5 is a deep-reaching and complex change.

This complexity rating applies not only to the complexity apparent in the diff,
but also to its interactions with existing and future code.

If you answered more than a 2, explain what is complex about the PR,
and what other components it interacts with in potentially concerning ways.

@cloutiertyler cloutiertyler changed the title Tyler/bench 1m [DO NOT MERGE] This branch is just instructive of what needs to be removed to get to ~10m inserts per second Jan 28, 2024
@cloutiertyler cloutiertyler changed the base branch from master to tyler/bench-1m-base January 28, 2024 07:00
@@ -168,49 +168,73 @@ impl BflatnSerializedRowBuffer<'_> {
let ty_alignment = ty.align();
self.curr_offset = align_to(self.curr_offset, ty_alignment);

match (ty, val) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change didn't really make much of a difference. It can probably be ignored. This function is definitely slow though and takes up quite a lot of time.

@jdetter jdetter added the Do not merge Do not merge PRs with this label without coordinating further label Apr 19, 2024
@jdetter jdetter changed the title [DO NOT MERGE] This branch is just instructive of what needs to be removed to get to ~10m inserts per second This branch is just instructive of what needs to be removed to get to ~10m inserts per second Apr 19, 2024
@CLAassistant
Copy link

CLAassistant commented May 3, 2025

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Do not merge Do not merge PRs with this label without coordinating further
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants