Really slow on large datasets
See original GitHub issueHi there, so i am trying out django-reversion==1.8.7
+ django 1.7
in my admin on a table that has about 300.000 records and its really slow when i click on recover deleted
which i am assuming it will call get_deleted
method.
I am using it on my development machine (vagrant) with 1 core and 4 GB RAM. Is there anything i can do to make this work? Is this supposed to work well for these many datasets?
Thanks
Issue Analytics
- State:
- Created 8 years ago
- Comments:16 (9 by maintainers)
Top Results From Across the Web
Very slow data loading on large dataset · Issue #546 - GitHub
I made a simple python script to check the NLP library speed, which loads 1.1 TB of textual data. It has been 8...
Read more >Speed in large datasets - Forums - IBM Support
I am working on a dataset of about 10.000.000 records, and getting a simple frequency analysis or sorting a file can take several...
Read more >R running very slowly after loading large datasets > 8GB
The problem arises because R loads the full dataset into the RAM which mostly brings the system to a halt when you try...
Read more >Why are pandas slow for large datasets? - Quora
There are many reasons why pandas is slow on large datasets. Be it inherent issues with large datasets, or some that are more...
Read more >Code performance in R: Working with large datasets
Some computations will not only become very slow, but even impossible for large datasets, for example, due to working memory.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m fighting deadlines at the moment, but a reversion release can be done next week.
On 16 November 2017 at 10:06, James Malone notifications@github.com wrote:
Wow, that’s excellent!
That query has been slow for the entire history of django-reversion, and I couldn’t think of any way to improve it. You’ve done the world a fine service! 😄
On 14 September 2017 at 14:09, Alexey Paramonov notifications@github.com wrote: