On Sat, Jan 24, 2015 at 11:36 AM, Никита <acroq3 at gmail.com> wrote: > reduced cpu load for database because there no need to compute smart regexes You know that it's always a trade-off, right? While the CPU usage *could* be lowered, disk usage/IO and network traffic could increase. There is no magic with your approach.