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

symdb: add WritePartitionV3 function #3503

Merged
merged 5 commits into from
Aug 19, 2024
Merged

symdb: add WritePartitionV3 function #3503

merged 5 commits into from
Aug 19, 2024

Conversation

korniltsev
Copy link
Collaborator

writerV3 depends on fileWriter which is an actual os file

For segment writer we only need a single partition and don't need os file.

func WritePartitionV3(p *PartitionWriter, dst io.Writer) error

Adding this function seem to allow to not use os file system and also to not touch old/existing write path

@kolesnikovae wdyt?

@kolesnikovae
Copy link
Collaborator

The approach looks good to me 👍🏻

korniltsev and others added 3 commits August 19, 2024 12:36
Co-authored-by: Anton Kolesnikov <anton.e.kolesnikov@gmail.com>
@korniltsev korniltsev marked this pull request as ready for review August 19, 2024 15:24
@korniltsev korniltsev requested a review from a team as a code owner August 19, 2024 15:24
@korniltsev korniltsev enabled auto-merge (squash) August 19, 2024 15:24
@korniltsev korniltsev enabled auto-merge (squash) August 19, 2024 15:41
@korniltsev korniltsev merged commit 1928bb1 into main Aug 19, 2024
18 checks passed
@korniltsev korniltsev deleted the segment-symdb branch August 19, 2024 15:48
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