Big Data with vaadin

Actually I involved in a project where i must save a show huge amount of unstructure data from a simple mysql table, that is are tracability registers. I must use a filtering table to show this data, using time filtering and others filters like this. My question is: how is the best architecture to show this data in a vaadin table with low latency?, what is the best container to use, meaby mysql is not the best data store?, Somebody have done a similar project like this with vaadin?

Actually I’m using vaadin7, Spring 4 with JPA to show the data.

Regards …

I’m going to answer myself, i’ll used a client side framewotk like angulaJS+Bootstrap + the javascrips ecosystem …