Skip to content

Commit

Permalink
a release note for the pr. also, added the "storage quotas enabled" t…
Browse files Browse the repository at this point in the history
…o the list of settings documented in the config guide while I was at it. #8524
  • Loading branch information
landreev committed Jan 31, 2024
1 parent 4ef2fca commit b81f96c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
@@ -0,0 +1,6 @@
Tabular Data Ingest can now save the generated archival files with the list of variable names added as the first tab-delimited line. As the most significant effect of this feature,
Access API will be able to take advantage of Direct Download for tab. files saved with these headers on S3 - since they no longer have to be generated and added to the streamed content on the fly.

This behavior is controlled by the new setting `:StoreIngestedTabularFilesWithVarHeaders`. It is false by default, preserving the legacy behavior. When enabled, Dataverse will be able to handle both the newly ingested files, and any already-existing legacy files stored without these headers transparently to the user. E.g. the access API will continue delivering tab-delimited files **with** this header line, whether it needs to add it dynamically for the legacy files, or reading complete files directly from storage for the ones stored with it.

An API for converting existing legacy tabular files will be added separately. [this line will need to be changed if we have time to add said API before 6.2 is released].
9 changes: 9 additions & 0 deletions doc/sphinx-guides/source/installation/config.rst
Expand Up @@ -4151,6 +4151,15 @@ A true/false (default) option determining whether the dataset datafile table dis

.. _supported MicroProfile Config API source: https://docs.payara.fish/community/docs/Technical%20Documentation/MicroProfile/Config/Overview.html


.. _:UseStorageQuotas:

:UseStorageQuotas
+++++++++++++++++

Enables storage use quotas in collections. See the :doc:`/api/native-api` for details.


.. _:StoreIngestedTabularFilesWithVarHeaders:

:StoreIngestedTabularFilesWithVarHeaders
Expand Down

0 comments on commit b81f96c

Please sign in to comment.