Is there relatively easy way to insert into Sphinx distributed index using MySQL proxy?
E.g. you connect to MySQL proxy and send something like:
insert into my_ft_index values(1000, 'harry potter');
then MySQLProxy somehow calculate the hash of 1000 and decide where to forward this insert?