SlideShare une entreprise Scribd logo
1  sur  13
Conf-DDDD-IN
HDF5 Roadmap 2019-2020
Summer ESIP 2019
This work was supported by NASA/GSFC under Raytheon Co. contract number NNG15HZ39C.
This document does not contain technology or Technical Data controlled under either the U.S. International Traffic
in Arms Regulations or the U.S. Export Administration Regulations.
Elena Pourmal
The HDF Group EED2 Team Lead
epourmal@hdfgroup.org
Conf-DDDD-IN
2
• New features in Hierarchical Data Format 5
(HDF5) Release 1.12.0
• Support for HDF5 versions 1.8 and 1.10
• Summary of HDF5 Roadmap
Outline
Conf-DDDD-IN
3
HDF5 References
V1 | V2 | temp
---- |----- |-----
12 | 23 | 3.1
15 | 24 | 4.2
17 | 21 | 3.6
HDF5 dataset may store references to other objects
or references to selected elements of a dataset.
References to objects or dataset regions stored in
other files are coming in HDF5 1.12.0.
A.h5
B.h5
Time step
36,000
Dataset in B.h5 stores references
to datasets stored in A.h5
Conf-DDDD-IN
4
HDF5 Reference to Attribute
V1 | V2 | temp
---- |----- |-----
12 | 23 | 3.1
15 | 24 | 4.2
17 | 21 | 3.6
HDF5 1.12.0 will allow to reference an
attribute of a dataset or a group. Dataset in
A.h5 stores references to the attributes in
A.h5 and B.h5.
A.h5
B.h5
Time step
36,000
Time step
100,000
Conf-DDDD-IN
5
• HDF5 1.12.0 enables HDF5 to store data on new
storage using Virtual Object Layer (VOL) connectors
and Virtual File Drivers (VFDs).
• VOL connectors developed by The HDF Group and its
collaborators are available from public repository
https://bitbucket.hdfgroup.org/projects/HDF5VOL
HDF5 New Architecture
Conf-DDDD-IN
6
HDF5 New Architecture (cont’d)
S3
DAOS Object Store
DAOS REST
S3
AIO
1
1 – HDF5 Application Programming Interface
Conf-DDDD-IN
7
• HDF5 1.12.0 will have a VFD to access HDF5
file via Amazon Simple Storage Service
(Amazon S3)
• Requires minimum changes to the application
code
• h5dump and h5ls tools have a flag to specify the
driver to access HDF5 file on S3
h5ls --vfd=ros3
https://s3.us-east-2.amazonaws.com/file.h5
S3 VFD
Conf-DDDD-IN
8
• Uses “range get” commands to get
“bytes” from HDF5 file stored on S3
• New API to set up S3 VFD
herr_t H5Pset_fapl_ros3(hid_t fapl_id,
H5FD_ros3_fapl_t *fa)
• Credentials are passed via parameter to
the function
• Demo
S3 VFD (cont’d)
Conf-DDDD-IN
9
• HDF5 1.12.0 will have a VFD to access HDF5
file on Hadoop Distributed File System (HDFS).
• New API to access HDF5 file on HDFS
herr_t H5Pset_fapl_hdfs(hid_t fapl_id);
• HDF5 command line tools with enabled HDFS
VFD allows to extract metadata and raw data
from HDF5 and netCDF4 files on HDFS, and
use Hadoop streaming to collect data from
multiple HDF5 files.
• Demo
HDFS VFD
Conf-DDDD-IN
10
• UTF-8 will be default string encoding
instead of ASCII starting with HDF5
1.12.0
– Names of groups, datasets, attributes
– Names of compound datatypes fields,
enums, names of the files that are stored in
HDF5 according to the File Format spec
(VDS, VFDs family and split) have to be
ASCII.
New default for string encoding
Conf-DDDD-IN
11
• The HDF Group will continue support for
HDF5 1.8.* and 1.10.* releases
– Security patches
– Critical bug fixes
– Performance improvements
– Thorough testing of HDF5 1.8.* for forward
compatibility with HDF5 1.10.* and 1.12.0
• Files created by applications that are built with the HDF5
version later than 1.8.* and that do not use any new
features of that version are readable by 1.8.*
Support for HDF5 1.8 and 1.10
Conf-DDDD-IN
12
Today
Q2 Q3 Q4 Q1 Q2 Q3 Q4 Q1 Q2 Q3 Q4 Q1
2019 2020
HDF5 Roadmap
2021 2022
Q1
Fall 2019 1.8.22
HDF5 1.8
• Security patches
• Forward Compatibility
with 1.12
HDF5 1.10
HDF5 2.0 instead of 1.12.0?
Storage beyond the current
File Systems and HDF5 file
format
Nov 1.10.6 May 1.10.7 Nov 1.10.8
• Address degradation of performance between
major HDF5 releases 1.6 – 1.10
• VDS HDF5 performance
• Public performance benchmark test suit
• Dynamically loaded VFDs
• S3, HDFS, Spark VFD connectors
July 2019 1.12.0
• VOL architecture
• References
• Parallel compression (enhanced)
Nov 2019 1.12.1
• VOL plugins (DAOS)
• VFD plugins
• Dynamically loaded VFDs
• S3, HDFS, SPARK VFD
connectors
May 1.10.9
• Address degradation of performance between
major HDF5 releases 1.6 – 1.10
• Security updates
• Bug fixes
2020-2021 1.12.X
• Query and Indexing
• Full SWMR
• Mirror VFD
• Provenance (Onion) VFD
Summer 2020 1.8.23
• Security patches
• Forward Compatibility
with 1.12
HDF5 1.12
Conf-DDDD-IN
13
This work was supported by NASA/GSFC under
Raytheon Co. contract number NNG15HZ39C.
in partnership with

Contenu connexe

Tendances

Interoperability with netCDF-4 - Experience with NPP and HDF-EOS5 products
Interoperability with netCDF-4 - Experience with NPP and HDF-EOS5 productsInteroperability with netCDF-4 - Experience with NPP and HDF-EOS5 products
Interoperability with netCDF-4 - Experience with NPP and HDF-EOS5 products
The HDF-EOS Tools and Information Center
 

Tendances (20)

H5Coro: The Cloud-Optimized Read-Only Library
H5Coro: The Cloud-Optimized Read-Only LibraryH5Coro: The Cloud-Optimized Read-Only Library
H5Coro: The Cloud-Optimized Read-Only Library
 
Parallel HDF5 Developments
Parallel HDF5 DevelopmentsParallel HDF5 Developments
Parallel HDF5 Developments
 
Hierarchical Data Formats (HDF) Update
Hierarchical Data Formats (HDF) UpdateHierarchical Data Formats (HDF) Update
Hierarchical Data Formats (HDF) Update
 
HDF Kita Lab: JupyterLab + HDF Service
HDF Kita Lab: JupyterLab + HDF ServiceHDF Kita Lab: JupyterLab + HDF Service
HDF Kita Lab: JupyterLab + HDF Service
 
Product Designer Hub - Taking HPD to the Web
Product Designer Hub - Taking HPD to the WebProduct Designer Hub - Taking HPD to the Web
Product Designer Hub - Taking HPD to the Web
 
Easy Access of NASA HDF data via OPeNDAP
Easy Access of NASA HDF data via OPeNDAPEasy Access of NASA HDF data via OPeNDAP
Easy Access of NASA HDF data via OPeNDAP
 
Efficiently serving HDF5 via OPeNDAP
Efficiently serving HDF5 via OPeNDAPEfficiently serving HDF5 via OPeNDAP
Efficiently serving HDF5 via OPeNDAP
 
HDF Product Designer: Using Templates to Achieve Interoperability
HDF Product Designer: Using Templates to Achieve InteroperabilityHDF Product Designer: Using Templates to Achieve Interoperability
HDF Product Designer: Using Templates to Achieve Interoperability
 
HDF Update 2016
HDF Update 2016HDF Update 2016
HDF Update 2016
 
HDF Product Designer
HDF Product DesignerHDF Product Designer
HDF Product Designer
 
HDF Update for DAAC Managers (2017-02-27)
HDF Update for DAAC Managers (2017-02-27)HDF Update for DAAC Managers (2017-02-27)
HDF Update for DAAC Managers (2017-02-27)
 
Open-source Scientific Computing and Data Analytics using HDF
Open-source Scientific Computing and Data Analytics using HDFOpen-source Scientific Computing and Data Analytics using HDF
Open-source Scientific Computing and Data Analytics using HDF
 
HDF-EOS 2/5 to netCDF Converter
HDF-EOS 2/5 to netCDF ConverterHDF-EOS 2/5 to netCDF Converter
HDF-EOS 2/5 to netCDF Converter
 
Interoperability with netCDF-4 - Experience with NPP and HDF-EOS5 products
Interoperability with netCDF-4 - Experience with NPP and HDF-EOS5 productsInteroperability with netCDF-4 - Experience with NPP and HDF-EOS5 products
Interoperability with netCDF-4 - Experience with NPP and HDF-EOS5 products
 
NetCDF and HDF5
NetCDF and HDF5NetCDF and HDF5
NetCDF and HDF5
 
Status of HDF-EOS, Related Software and Tools
 Status of HDF-EOS, Related Software and Tools Status of HDF-EOS, Related Software and Tools
Status of HDF-EOS, Related Software and Tools
 
HDF Group Support for NPP/NPOESS/JPSS
HDF Group Support for NPP/NPOESS/JPSSHDF Group Support for NPP/NPOESS/JPSS
HDF Group Support for NPP/NPOESS/JPSS
 
HDF & HDF-EOS Data & Support at NSIDC
HDF & HDF-EOS Data & Support at NSIDCHDF & HDF-EOS Data & Support at NSIDC
HDF & HDF-EOS Data & Support at NSIDC
 
Using IDL with Suomi NPP VIIRS Data
Using IDL with Suomi NPP VIIRS DataUsing IDL with Suomi NPP VIIRS Data
Using IDL with Suomi NPP VIIRS Data
 
Easy Remote Access Via OPeNDAP
Easy Remote Access Via OPeNDAPEasy Remote Access Via OPeNDAP
Easy Remote Access Via OPeNDAP
 

Similaire à HDF5 Roadmap 2019-2020

Similaire à HDF5 Roadmap 2019-2020 (20)

HDF Status Update
HDF Status UpdateHDF Status Update
HDF Status Update
 
The State of HDF
The State of HDFThe State of HDF
The State of HDF
 
HDF5 OPeNDAP Handler Updates, and Performance Discussion
HDF5 OPeNDAP Handler Updates, and Performance DiscussionHDF5 OPeNDAP Handler Updates, and Performance Discussion
HDF5 OPeNDAP Handler Updates, and Performance Discussion
 
HDF - Current status and Future Directions
HDF - Current status and Future Directions HDF - Current status and Future Directions
HDF - Current status and Future Directions
 
HDF5 Tools
HDF5 ToolsHDF5 Tools
HDF5 Tools
 
Introduction to HDF5 Data and Programming Models
Introduction to HDF5 Data and Programming ModelsIntroduction to HDF5 Data and Programming Models
Introduction to HDF5 Data and Programming Models
 
Support for NPP/NPOESS by The HDF Group
Support for NPP/NPOESS by The HDF GroupSupport for NPP/NPOESS by The HDF Group
Support for NPP/NPOESS by The HDF Group
 
HDF Update
HDF UpdateHDF Update
HDF Update
 
HDF - Current status and Future Directions
HDF - Current status and Future DirectionsHDF - Current status and Future Directions
HDF - Current status and Future Directions
 
Transition from HDF4 to HDF5
Transition from HDF4 to HDF5 Transition from HDF4 to HDF5
Transition from HDF4 to HDF5
 
Introduction to HDF5
Introduction to HDF5Introduction to HDF5
Introduction to HDF5
 
What will be new in HDF5?
What will be new in HDF5?What will be new in HDF5?
What will be new in HDF5?
 
HDF5 iRODS
HDF5 iRODSHDF5 iRODS
HDF5 iRODS
 
HDFView and HDF Java Products
HDFView and HDF Java ProductsHDFView and HDF Java Products
HDFView and HDF Java Products
 
HDF Update
HDF UpdateHDF Update
HDF Update
 
Hdf5 parallel
Hdf5 parallelHdf5 parallel
Hdf5 parallel
 
Hdf5 intro
Hdf5 introHdf5 intro
Hdf5 intro
 
Introduction to HDF5
Introduction to HDF5Introduction to HDF5
Introduction to HDF5
 
HDF Updae
HDF UpdaeHDF Updae
HDF Updae
 
HDF Project Status and Plans
HDF Project Status and PlansHDF Project Status and Plans
HDF Project Status and Plans
 

Plus de The HDF-EOS Tools and Information Center

Plus de The HDF-EOS Tools and Information Center (15)

Cloud-Optimized HDF5 Files
Cloud-Optimized HDF5 FilesCloud-Optimized HDF5 Files
Cloud-Optimized HDF5 Files
 
Accessing HDF5 data in the cloud with HSDS
Accessing HDF5 data in the cloud with HSDSAccessing HDF5 data in the cloud with HSDS
Accessing HDF5 data in the cloud with HSDS
 
Highly Scalable Data Service (HSDS) Performance Features
Highly Scalable Data Service (HSDS) Performance FeaturesHighly Scalable Data Service (HSDS) Performance Features
Highly Scalable Data Service (HSDS) Performance Features
 
Creating Cloud-Optimized HDF5 Files
Creating Cloud-Optimized HDF5 FilesCreating Cloud-Optimized HDF5 Files
Creating Cloud-Optimized HDF5 Files
 
Hyrax: Serving Data from S3
Hyrax: Serving Data from S3Hyrax: Serving Data from S3
Hyrax: Serving Data from S3
 
Accessing Cloud Data and Services Using EDL, Pydap, MATLAB
Accessing Cloud Data and Services Using EDL, Pydap, MATLABAccessing Cloud Data and Services Using EDL, Pydap, MATLAB
Accessing Cloud Data and Services Using EDL, Pydap, MATLAB
 
HDF for the Cloud - Serverless HDF
HDF for the Cloud - Serverless HDFHDF for the Cloud - Serverless HDF
HDF for the Cloud - Serverless HDF
 
HDF for the Cloud - New HDF Server Features
HDF for the Cloud - New HDF Server FeaturesHDF for the Cloud - New HDF Server Features
HDF for the Cloud - New HDF Server Features
 
STARE-PODS: A Versatile Data Store Leveraging the HDF Virtual Object Layer fo...
STARE-PODS: A Versatile Data Store Leveraging the HDF Virtual Object Layer fo...STARE-PODS: A Versatile Data Store Leveraging the HDF Virtual Object Layer fo...
STARE-PODS: A Versatile Data Store Leveraging the HDF Virtual Object Layer fo...
 
HDF-EOS Data Product Developer's Guide
HDF-EOS Data Product Developer's GuideHDF-EOS Data Product Developer's Guide
HDF-EOS Data Product Developer's Guide
 
NASA Terra Data Fusion
NASA Terra Data FusionNASA Terra Data Fusion
NASA Terra Data Fusion
 
HDF Cloud: HDF5 at Scale
HDF Cloud: HDF5 at ScaleHDF Cloud: HDF5 at Scale
HDF Cloud: HDF5 at Scale
 
HDF for the Cloud
HDF for the CloudHDF for the Cloud
HDF for the Cloud
 
S3 VFD
S3 VFDS3 VFD
S3 VFD
 
HDF Data in the Cloud
HDF Data in the CloudHDF Data in the Cloud
HDF Data in the Cloud
 

Dernier

Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 

Dernier (20)

How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 

HDF5 Roadmap 2019-2020

  • 1. Conf-DDDD-IN HDF5 Roadmap 2019-2020 Summer ESIP 2019 This work was supported by NASA/GSFC under Raytheon Co. contract number NNG15HZ39C. This document does not contain technology or Technical Data controlled under either the U.S. International Traffic in Arms Regulations or the U.S. Export Administration Regulations. Elena Pourmal The HDF Group EED2 Team Lead epourmal@hdfgroup.org
  • 2. Conf-DDDD-IN 2 • New features in Hierarchical Data Format 5 (HDF5) Release 1.12.0 • Support for HDF5 versions 1.8 and 1.10 • Summary of HDF5 Roadmap Outline
  • 3. Conf-DDDD-IN 3 HDF5 References V1 | V2 | temp ---- |----- |----- 12 | 23 | 3.1 15 | 24 | 4.2 17 | 21 | 3.6 HDF5 dataset may store references to other objects or references to selected elements of a dataset. References to objects or dataset regions stored in other files are coming in HDF5 1.12.0. A.h5 B.h5 Time step 36,000 Dataset in B.h5 stores references to datasets stored in A.h5
  • 4. Conf-DDDD-IN 4 HDF5 Reference to Attribute V1 | V2 | temp ---- |----- |----- 12 | 23 | 3.1 15 | 24 | 4.2 17 | 21 | 3.6 HDF5 1.12.0 will allow to reference an attribute of a dataset or a group. Dataset in A.h5 stores references to the attributes in A.h5 and B.h5. A.h5 B.h5 Time step 36,000 Time step 100,000
  • 5. Conf-DDDD-IN 5 • HDF5 1.12.0 enables HDF5 to store data on new storage using Virtual Object Layer (VOL) connectors and Virtual File Drivers (VFDs). • VOL connectors developed by The HDF Group and its collaborators are available from public repository https://bitbucket.hdfgroup.org/projects/HDF5VOL HDF5 New Architecture
  • 6. Conf-DDDD-IN 6 HDF5 New Architecture (cont’d) S3 DAOS Object Store DAOS REST S3 AIO 1 1 – HDF5 Application Programming Interface
  • 7. Conf-DDDD-IN 7 • HDF5 1.12.0 will have a VFD to access HDF5 file via Amazon Simple Storage Service (Amazon S3) • Requires minimum changes to the application code • h5dump and h5ls tools have a flag to specify the driver to access HDF5 file on S3 h5ls --vfd=ros3 https://s3.us-east-2.amazonaws.com/file.h5 S3 VFD
  • 8. Conf-DDDD-IN 8 • Uses “range get” commands to get “bytes” from HDF5 file stored on S3 • New API to set up S3 VFD herr_t H5Pset_fapl_ros3(hid_t fapl_id, H5FD_ros3_fapl_t *fa) • Credentials are passed via parameter to the function • Demo S3 VFD (cont’d)
  • 9. Conf-DDDD-IN 9 • HDF5 1.12.0 will have a VFD to access HDF5 file on Hadoop Distributed File System (HDFS). • New API to access HDF5 file on HDFS herr_t H5Pset_fapl_hdfs(hid_t fapl_id); • HDF5 command line tools with enabled HDFS VFD allows to extract metadata and raw data from HDF5 and netCDF4 files on HDFS, and use Hadoop streaming to collect data from multiple HDF5 files. • Demo HDFS VFD
  • 10. Conf-DDDD-IN 10 • UTF-8 will be default string encoding instead of ASCII starting with HDF5 1.12.0 – Names of groups, datasets, attributes – Names of compound datatypes fields, enums, names of the files that are stored in HDF5 according to the File Format spec (VDS, VFDs family and split) have to be ASCII. New default for string encoding
  • 11. Conf-DDDD-IN 11 • The HDF Group will continue support for HDF5 1.8.* and 1.10.* releases – Security patches – Critical bug fixes – Performance improvements – Thorough testing of HDF5 1.8.* for forward compatibility with HDF5 1.10.* and 1.12.0 • Files created by applications that are built with the HDF5 version later than 1.8.* and that do not use any new features of that version are readable by 1.8.* Support for HDF5 1.8 and 1.10
  • 12. Conf-DDDD-IN 12 Today Q2 Q3 Q4 Q1 Q2 Q3 Q4 Q1 Q2 Q3 Q4 Q1 2019 2020 HDF5 Roadmap 2021 2022 Q1 Fall 2019 1.8.22 HDF5 1.8 • Security patches • Forward Compatibility with 1.12 HDF5 1.10 HDF5 2.0 instead of 1.12.0? Storage beyond the current File Systems and HDF5 file format Nov 1.10.6 May 1.10.7 Nov 1.10.8 • Address degradation of performance between major HDF5 releases 1.6 – 1.10 • VDS HDF5 performance • Public performance benchmark test suit • Dynamically loaded VFDs • S3, HDFS, Spark VFD connectors July 2019 1.12.0 • VOL architecture • References • Parallel compression (enhanced) Nov 2019 1.12.1 • VOL plugins (DAOS) • VFD plugins • Dynamically loaded VFDs • S3, HDFS, SPARK VFD connectors May 1.10.9 • Address degradation of performance between major HDF5 releases 1.6 – 1.10 • Security updates • Bug fixes 2020-2021 1.12.X • Query and Indexing • Full SWMR • Mirror VFD • Provenance (Onion) VFD Summer 2020 1.8.23 • Security patches • Forward Compatibility with 1.12 HDF5 1.12
  • 13. Conf-DDDD-IN 13 This work was supported by NASA/GSFC under Raytheon Co. contract number NNG15HZ39C. in partnership with