Remove infix length, increase memory consumed by search indexes

This commit is contained in:
Joshua Ramon Enslin 2023-09-17 00:06:42 +02:00
parent 835da05c38
commit efc67b57d3
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE

View File

@ -26,7 +26,9 @@ final class NodaDbAdmin {
`language` string,
`name` text,
`description` text,
`timestamp` timestamp) min_infix_len = '3'");
`timestamp` timestamp)
charset_table='" . MDMysqli::MANTICORE_CHARSET_TABLE . "'
rt_mem_limit = '2G'");
MDConsole::write("Create table `" . $index_name . "`");
}
@ -46,7 +48,9 @@ final class NodaDbAdmin {
`language` string,
`name` text,
`description` text,
`timestamp` timestamp) min_infix_len = '3'");
`timestamp` timestamp)
charset_table='" . MDMysqli::MANTICORE_CHARSET_TABLE . "'
rt_mem_limit = '2G'");
MDConsole::write("Create table `" . $index_name . "`");
}