8 ms·
Can you be more specific about how large 'large' is? Edit: without knowing the specifics, you might like to look at Elasticsearch (http://www.elasticsearch.org
by pcowans 13y ago
Can you be more specific about how large 'large' is?
Edit: without knowing the specifics, you might like to look at Elasticsearch (http://www.elasticsearch.org/ http://www.elasticsearch.org/). That'll give you an HTTP/JSON API into your data, so you might be able to do all the UI work you need client side, e.g. with Backbone.js (http://backbonejs.org/ http://backbonejs.org/) or similar.