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

Api for updating offset tables #1204

Closed
gingerwizard opened this issue Mar 9, 2021 · 0 comments · Fixed by #1207
Closed

Api for updating offset tables #1204

gingerwizard opened this issue Mar 9, 2021 · 0 comments · Fixed by #1207
Labels
enhancement Improves the status quo

Comments

@gingerwizard
Copy link
Contributor

We have instances where custom tracks need to update and maintain offset tables for files, to allow fast seeking. Rally supports a method prepare_file_offset_table but this isn't exposed for external use. Any support should probably allow the addition of offsets and possibly the seeking into the parent file based on iterating over the offsets.

@gingerwizard gingerwizard added the enhancement Improves the status quo label Mar 9, 2021
danielmitterdorfer added a commit to danielmitterdorfer/rally that referenced this issue Mar 11, 2021
With this commit we encapsulate handling of file offset tables for data
files in a dedicated class. This class implements the necessary
low-level handling only exposing a higher-level API for consumers.

Closes elastic#1204
danielmitterdorfer added a commit that referenced this issue Mar 15, 2021
With this commit we encapsulate handling of file offset tables for data
files in a dedicated class. This class implements the necessary
low-level handling only exposing a higher-level API for consumers.

Closes #1204
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improves the status quo
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant