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

Improve Silo Block Based VFD to 7z-compress the blocks #2

Open
aowen87 opened this issue Feb 27, 2019 · 0 comments
Open

Improve Silo Block Based VFD to 7z-compress the blocks #2

aowen87 opened this issue Feb 27, 2019 · 0 comments

Comments

@aowen87
Copy link

aowen87 commented Feb 27, 2019

This is harder than it sounds. When blocks are compressed, their offest in the file is no longer easily predictable. So, you need to store the blockoffsets or offset deltas too. Either allocate enough space at the front of the file to store all block offsets for the file (would require foreknowledge of approx. file size), or develop a scheme of storing the block offset data among other data blocks in the file. But, keeping the blocks 7z compressed would alleviate overheadheavy scenarios.

-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. As such, not all
information was able to be captured in the transition. Below is
a complete record of the original redmine ticket.

Ticket number: 3186
Status: New
Project: VisIt
Tracker: Feature
Priority: Normal
Subject: Improve Silo Block Based VFD to 7z-compress the blocks
Assigned to: -
Category: -
Target version: -
Author: Mark Miller
Start: 07/26/2018
Due date:
% Done: 0%
Estimated time:
Created: 07/26/2018 10:38 pm
Updated:
Likelihood:
Severity:
Found in version:
Impact: 3 - Medium
Expected Use: 3 - Occasional
OS: All
Support Group: Any
Description:
This is harder than it sounds. When blocks are compressed, their offest in the file is no longer easily predictable. So, you need to store the blockoffsets or offset deltas too. Either allocate enough space at the front of the file to store all block offsets for the file (would require foreknowledge of approx. file size), or develop a scheme of storing the block offset data among other data blocks in the file. But, keeping the blocks 7z compressed would alleviate overheadheavy scenarios.

Comments:

@markcmiller86 markcmiller86 transferred this issue from visit-dav/visit Mar 20, 2019
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

No branches or pull requests

1 participant