we are using Pastash with sqlite filter we are running a quarry : filter { sqlite { db => '/home/usersip.db' query => 'SELECT CustomerName FROM UserData WHERE IP=(?) LIMIT 1;' source_field => 'ipv4_src_addr' target_field => 'CustomerNane' } } The problem is that the UserData table is quite big and the CPU doesn't manage to handle it ElasticSearch is getting 1% of the data and the CPU is on 100%  Is it possible for Pastash to use more than one CPU?