You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sub-key "pick_list" in this case has more than 10,000 rows of true. I wonder if this is because of the specific case or if it’s because how the exporter stores its settings. In this case there is a lot of data also, but the way the exporter is designed makes it store a lot of data into the settings.
The source Data Store database file in this case is about 9.3 MB, but the project.json has swollen to almost 19 MB!
In GitLab by @ererkka on May 27, 2020, 12:49
In the export mapping setting in project.json file, there is a key
"records"
which seems to hold a lot of the data itself, see example below:I wonder why the actual record items are stored here, shouldn’t the data be in the Data Store of the project?
Also under key
"indexing_settings"
there is long array of arrays having the index values.The sub-key
"pick_list"
in this case has more than 10,000 rows oftrue
. I wonder if this is because of the specific case or if it’s because how the exporter stores its settings. In this case there is a lot of data also, but the way the exporter is designed makes it store a lot of data into the settings.The source Data Store database file in this case is about 9.3 MB, but the project.json has swollen to almost 19 MB!
See also #714.
The text was updated successfully, but these errors were encountered: