Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loading 1GB of Json Data #203

Closed
carsonch opened this issue Aug 20, 2014 · 5 comments
Closed

Loading 1GB of Json Data #203

carsonch opened this issue Aug 20, 2014 · 5 comments
Labels

Comments

@carsonch
Copy link

There are about 1 million documents in the JSON file and the script just fails to render the table. As a result Firefox crashed after loading for couple of seconds. Is there a solution by changing certain portions of the code or is the problem a limitation of the browser?

We really like your work and hope we can keep using your product for our big data project.

Thanks
Carson

@raaffaaeell
Copy link

Hello there carsonch, I don't know if you read about some issues here, but this one might give you some insights about your problem #36

Cheers, hope it helps.

@carsonch
Copy link
Author

Thank you for your reply. I will try the solutions listed in that page.

Thanks
Carson

On Wed, Aug 20, 2014 at 6:35 PM, raaffaaeell notifications@github.com
wrote:

Hello there carsonch, I don't know if you read about some issues here, but
this one might give you some insights about your problem #36
#36

Cheers, hope it helps.


Reply to this email directly or view it on GitHub
#203 (comment)
.

@raysuelzer
Copy link

I know this isn't a productive comment, but I laughed out loud when I read this.

I will go out on a limb here and say that jQuery and Firefox are not the best tools to be manipulating, counting, and querying 1GB of data. Event Excel slows down at those file sizes. I'd love to be proven wrong.

@carsonch
Copy link
Author

Well I agree with you, but when you are in a limited budget, you have to see what you can do to be cost efficient—
Sent from Mailbox

On Wed, Aug 27, 2014 at 7:17 PM, Raymond Suelzer notifications@github.com
wrote:

I know this isn't a productive comment, but I laughed out loud when I read this.

I will go out on a limb here and say that jQuery and Firefox are not the best tools to be manipulating, counting, and querying 1GB of data. Event Excel slows down at those file sizes. I'd love to be proven wrong.

Reply to this email directly or view it on GitHub:
#203 (comment)

@nicolaskruchten
Copy link
Owner

Unfortunately this is definitely a browser issue, and in fact many non-browser systems (R, SciPy, Excel) will also choke or slow down a lot manipulating a million-plus row dataset :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants