Daniel Jacob

Results 3 comments of Daniel Jacob

Hi, It seems that the limit issue is not completely solved. Indeed, try this URL https://pmb-bordeaux.fr/getdata/query/Atacama/(samples,lcms_esi_pos)?format=xml&debug=1 The lcms_esi_pos file has 1976 columns and the query works well. Now, try this...

After some tests, it seems that there is a limit in the number of columns not to be exceeded i.e. 2000 in total i.e. with one or more files. Thus,...

In fact the limitation in the number of columns is set by sqlite3: https://www.dbtalks.com/tutorials/learn-sqlite/what-are-the-limitations-of-sqlite. By installing sqlite3 from source and changing the value of SQLITE_MAX_COLUMN in the file src/sqliteLimit.h (i.e....