I'm trying to build a Klip using a mysql table as the data source. This is a log table, so it's pretty big - over 3M rows (and getting bigger everyday). The table is flat (just a few columns, no references to other tables).
When I try to create a data source with this table Klipfolio gives an error:
"Unable to retrieve data: null"
When I change to a smaller table, it all works fine. What's the best way to handle something like this?
Thanks,
Alon