rakam-io / rakam-api

📈 Collect customer event data from your apps. (Note that this project only includes the API collector, not the visualization platform)
https://rakam.io
GNU Affero General Public License v3.0
799 stars 105 forks source link

Populate values in filter builder backend #88

Closed kazim-i closed 6 years ago

kazim-i commented 6 years ago

PrestoRakamRaptor is implemented, it queries mysql first to determine the ratio. Then queries presto. Shouldn't be merged yet. To be reviewed.

saloni2409 commented 6 years ago

Multiple requests are being sent for adding one filter and most of the results are blank. It takes a lot of time for results to arrive around 2 min for 20 million rows.Once the result arrives its not filtered on the basis of typed in value and as soon as a new character is typed or deleted same process of making multiple request with blank results starts all over again and the previous result is lost. It should be a dropdown with all the results cached.List should be sorted and should be filtered if typed in text box. image