Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| rdms:bestpractices [2026/05/21 12:44] – burcu | rdms:bestpractices [2026/05/21 12:48] (current) – burcu | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| {{indexmenu_n> | {{indexmenu_n> | ||
| ====== Best Practices ====== | ====== Best Practices ====== | ||
| - | This section presents a selection of best practices for using the RDMS. Adhering to these best practices will ensure the most optimal user experience with the RDMS. | + | This section presents a selection of best practices for using the RDMS. Adhering to these best practices will ensure the optimal user experience with the RDMS. |
| The section will be gradually updated with new usage examples and tips. | The section will be gradually updated with new usage examples and tips. | ||
| Line 85: | Line 85: | ||
| ===== Bundling of Data Sets ===== | ===== Bundling of Data Sets ===== | ||
| - | To improve the performance of the RDMS, it is recommended to store data sets in a structured format like '' | + | To improve the performance of the RDMS, it is recommended to store data sets in a structured format like '' |
| Best practices to handle such cases are: | Best practices to handle such cases are: | ||
| Line 103: | Line 103: | ||
| ==== Choosing a Data Compression Format ==== | ==== Choosing a Data Compression Format ==== | ||
| - | While the bundling of data without extra compression ('' | + | While the bundling of data without extra compression ('' |
| * '' | * '' | ||
| * '' | * '' | ||
| Line 114: | Line 114: | ||
| **Notes: | **Notes: | ||
| - | * Not all compression types can be extracted via '' | + | * Not all compression types can be extracted via '' |
| - | * In general, for archived data sets, it is also recommended | + | * In general, for archived data sets, it is also recommended not to extract them on the RDMS, but rather keep them in their bundled (and compressed) format for long-term storage. |
| - | * In certain cases, it makes sense to not bundle the whole data set into one package, but rather in suitable sub-packages. For example if those constitute | + | * In certain cases, it makes sense to not bundle the whole data set into one package, but rather in suitable sub-packages. For example, if those constitute defined subsets of the data, it makes sense to bundle. |
| - | * Also note that for bundled and compressed formats, it is not easy to directly see the content of the archives (exception: content of '' | + | * Also note that for bundled and compressed formats, it is not easy to directly see the content of the archives (exception: content of '' |
| Please contact [[rdms-support@rug.nl|rdms-support@rug.nl]] if you are not sure how to bundle/ | Please contact [[rdms-support@rug.nl|rdms-support@rug.nl]] if you are not sure how to bundle/ | ||
| ===== Locked Files (HIERARCHY_ERROR) ===== | ===== Locked Files (HIERARCHY_ERROR) ===== | ||
| - | In rare cases, data may arrive in an incomplete form in the RDMS. This usually happens if a data transfer abruptly interrupted, | + | In rare cases, data may arrive in an incomplete form in the RDMS. This usually happens if a data transfer |
| - | Restarting the data transfer may solve this issue. However, it is possible that the already transferred data remains in a locked state, causing problems when the transfer is restarted as those files cannot be overwritten directly. | + | Restarting the data transfer may solve this issue. However, it is possible that the already transferred data remains in a locked state, causing problems when the transfer is restarted, as those files cannot be overwritten directly. |
| If you experience these issues, it is recommended to contact [[rdms-support@rug.nl|RDMS-Support]]. | If you experience these issues, it is recommended to contact [[rdms-support@rug.nl|RDMS-Support]]. | ||
| - | Users of the command-line tool [[rdms: | + | Users of the command-line tool [[rdms: |
| In general, these issues manifest in '' | In general, these issues manifest in '' | ||
| - | To check all files at a RDMS location ''/ | + | To check all files at an RDMS location ''/ |
| < | < | ||
| Line 146: | Line 146: | ||
| ==== Removal of Locked Files ==== | ==== Removal of Locked Files ==== | ||
| - | While the locked files cannot be directly removed, they can still be moved first to another location in your home/team location, for example as a separate folder for locked files. Afterwards, the data transfer can be restarted. | + | While the locked files cannot be directly removed, they can still be moved first to another location in your home/team location, for example, as a separate folder for locked files. Afterwards, the data transfer can be restarted. |
| Best practices to handle locked files and resolve the '' | Best practices to handle locked files and resolve the '' | ||
| Line 153: | Line 153: | ||
| - Use the ' | - Use the ' | ||
| - Restart the data transfer. The '' | - Restart the data transfer. The '' | ||
| - | - If you accumulated multiple locked files in your folder | + | - If you accumulated multiple locked files in your folder |
| **Note:** It is recommended not to contact RDMS support for every locked file, but instead first try to resolve it as described above. However, if numerous locked files are detected, you can directly contact RDMS support. | **Note:** It is recommended not to contact RDMS support for every locked file, but instead first try to resolve it as described above. However, if numerous locked files are detected, you can directly contact RDMS support. | ||