alterm4nn / ChronoZoom

ChronoZoom is an interactive timeline for all of history.
http://www.chronozoom.com
160 stars 127 forks source link

TimeSeries: Performance problem with really big data #769

Open a-chumagin opened 11 years ago

a-chumagin commented 11 years ago
  1. Load really bug file (~3 000 000 lines)

Observed: IE 10 - out of memory exception Firefox - Error parsing input file: table should contain one column with X-axis data and at least one column for Y-axis data (Strange, very strange error, file is correct) Chrome - Aw, Snap! (sometimes, data is loaded and browser is crashed if try to use navigation)

Expected: Chronzoom works fine. If user is very big for using then user should get information about this.

Additional. My system information Processor: AMD Phenom(tm) II X$ 965 Processor 3.40 Ghz RAM 16.0 Gb OS: Windows 8 x64

Link to trello card: https://trello.com/c/Qgy75Hdd

M3tan3rd commented 11 years ago

@javierluraschi I suspect we may want to punt this one - It would be nice with some available memory checking - but I suspect the entire UI has the same issue ...

javierluraschi commented 11 years ago

Triage: Won't Fix. Out of scope to load big data in the client.

javierluraschi commented 11 years ago

Enhancement, not a bug. When the feature got proposed it was agreed to implement TimeSeries as a client-only feature with no support for big datasets. The enhancement here is to support server-side TimeSeries rendering.