SphinxSE is MySQL storage engine which can be compiled into MySQL server 5.x using its pluggable architecure. It is not available for MySQL 4.x series. It also requires MySQL 5.0.22 or higher in 5.0.x series, or MySQL 5.1.12 or higher in 5.1.x series. Despite the name, SphinxSE does not actually store any data itself. It is actually a built-in client which allows MySQL server to talk to searchd, run search queries, and obtain search results. All indexing and searching happen outside MySQL.
5 lines
256 B
Text
5 lines
256 B
Text
This is a prototype package that works fine on our SmartOS/SunOS
|
|
systems. It is designed to build a dynamic plugin that's loaded
|
|
into the MySQL server, which why MySQL 5.0 is not supported.
|
|
|
|
It was not tested on NetBSD or any other non-SunOS platform yet.
|