Write global tables to disk as splayed, enumerated, indexed kdb+ tables.
x dsave y dsave[x;y]
Where
x is the save path as a file symbol atom or vectory is one or more table names as a symbol atom or vectorsave the table/s and returns the list of table names. (Since V3.2 2014.05.07.)
The first column of each table saved has the partitioned attribute applied to it. If the save path is a list, the first item is the HDB root (where the sym file, if any, will be stored), while the remaining items are a path within the HDB (e.g. a partition).