Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@Tishj
Copy link
Contributor

@Tishj Tishj commented Sep 19, 2025

While going through the code I noticed the use of std::vector<bool>, this is a space-efficient specialization of std::vector, but it's not exactly cpu efficient.

Other than that, minor clean up.

…l, use range inserts, deduplicate some logic in ArrayColumnWriter
@Mytherin Mytherin merged commit 2e9a46d into duckdb:v1.4-andium Sep 22, 2025
52 checks passed
@Mytherin
Copy link
Collaborator

Thanks!

@Mytherin
Copy link
Collaborator

Mytherin commented Sep 22, 2025

Just realized this is going into v1.4-andium - I think this is fine, but let's keep refactors and code cleanup to main going forward. There's always a risk something was moved incorrectly introducing a new bug.

krlmlr added a commit to duckdb/duckdb-r that referenced this pull request Sep 29, 2025
[Dev] Bit of code cleanup in (parquet) ColumnWriter (duckdb/duckdb#19063)
Include BeginQuery in latency metric (duckdb/duckdb#19064)
Switching core extension upload to dedicated credentials (duckdb/duckdb#19061)
@Tishj Tishj deleted the parquet_writer_cleanup branch November 7, 2025 15:34
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

Successfully merging this pull request may close these issues.

2 participants