Published on InterSystems Developer Community (https://community.intersystems.com)

Home > What is the best way to export a global or a table to a file?

Question
Adel Elsayed · Jul 21, 2021

What is the best way to export a global or a table to a file?

in order to do analysis on huge data volumes, it is better to take you data to a separate machine for analysis away from the operational machine, so trying to write huge globals or tables into files as is would take a huge space, what could be a solution or best practice ?..in python for instance, there is the pickling option (serializes data to byte string and saves it to a file) to save space, what could be best in object script ?

#ObjectScript #InterSystems IRIS

Source URL:https://community.intersystems.com/post/what-best-way-export-global-or-table-file