Remove infix length, increase memory consumed by search indexes
This commit is contained in:
parent
835da05c38
commit
efc67b57d3
|
@ -26,7 +26,9 @@ final class NodaDbAdmin {
|
||||||
`language` string,
|
`language` string,
|
||||||
`name` text,
|
`name` text,
|
||||||
`description` 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 . "`");
|
MDConsole::write("Create table `" . $index_name . "`");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -46,7 +48,9 @@ final class NodaDbAdmin {
|
||||||
`language` string,
|
`language` string,
|
||||||
`name` text,
|
`name` text,
|
||||||
`description` 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 . "`");
|
MDConsole::write("Create table `" . $index_name . "`");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user