DeNA / HandlerSocket-Plugin-for-MySQL

HandlerSocket is a NoSQL plugin for MySQL, working as a daemon inside the mysqld process, to accept tcp connections, and execute requests from clients. HandlerSocket does not support SQL queries; instead it supports simple CRUD operations on tables.
Other
1.13k stars 150 forks source link

ADD suport to [NOT] LIKE operator #93

Open rspadim opened 11 years ago

rspadim commented 11 years ago

add support to LIKE operator and NOT LIKE operator

plixxer commented 4 years ago

I personally think that this plugin is meant to operate in high performance; Thus, if you are worried about performance you know that searching by strings alone is very demanding. Searching for %xxx% is even more demanding; However, if you get enough backing for this i will publish a PR with your demands.