Configuration files

No New files

Files Change

  • The configuration file notifications.json has been updated
  • The configuration file supported_dbs.json has been updated

Parameters

New Parameters

  • table.prefetch.lastdays. Default value : 2. Preload indexes that have been used during the last N days
  • select.groupby.onfly.limit. Default value : 10000. Convert a huge GROUP BY resultset each time customer asks for rows, leading to better performance if the whole resultset isn't fetched.
  • join.memory.max_size. Default value : 12. Maximum size allocated, in MB, for one line join computation.