usql update

This commit is contained in:
vaclavt
2022-01-20 20:35:33 +01:00
parent caf118f4f6
commit ea09216550
4 changed files with 28 additions and 8 deletions

View File

@@ -12,7 +12,8 @@ std::vector<std::pair<std::string, std::string>> Settings::m_settings =
std::make_pair("BOOL_TRUE_LITERAL", "Y"),
std::make_pair("BOOL_FALSE_LITERAL", "N"),
std::make_pair("DOUBLE_FORMAT", "%.2f"),
std::make_pair("USE_INDEXSCAN", "N") };
std::make_pair("USE_INDEXSCAN", "N"),
std::make_pair("MAX_PARALLELISM", "1") }; // values "AUTO" or number of workers; when number negative means std::thread::hardware_concurrency() - number