Simplify export file format after JSONB migration is performed #2815
Labels
priority/nice-to-have
priority/quality-of-life
would simplify development
topic/archive
type/performance
Issue related to how quickly AiiDA works
Milestone
Currently there is a convoluted way of storing datetimes in the export file, to mark them as date times and not as strings (the attributes dictionary is "duplicated", having
None
values in every place that maps a standard data type, except for value related a date time, where a special string is used). This is thenode_attributes_conversion
field, see docsIf in #2788 we remove support for datetimes, we can safely remove this dictionary from the data.json - this will reduce the export file size, simplify the code and most probably also make import/export faster.
The text was updated successfully, but these errors were encountered: