Code Monkey home page Code Monkey logo

Comments (4)

matt-riemer avatar matt-riemer commented on June 26, 2024

Hey @sheldond ,

This is a great idea! Anything I (we?) can do to speed up a method that's used on every datatable, is worth lots of attention!

I honestly don't remember why I used the SELECT COUNT from collection instead of just using .count on the ActiveRecord resource. My foggy memory tells me it has something to do with a collection that is using its own .select() calls, or maybe a complex join query that was doing the wrong thing. I would have run into this almost two years ago.

I think your idea of doing the fast way first, then fallback to the existing SELECT COUNT from collection method if that doesn't work, is the right approach. Perhaps making this a little dsl method to indicate "fallback_to_conservative_count_method" so the old method is still available.

I will have time to work on this issue in the next few days if you want to wait for me to release another version.

Or if you're the kind of person that wants to tinker, I think this is an easyish thing to add:

I would follow the default_entries pattern, as per models/effective/effective_datatable/dsl/datatable.rb and just create an instance variable to revert to the existing count behavior.

Thanks for your fresh eyes on this gem! :)

from effective_datatables.

sheldond avatar sheldond commented on June 26, 2024

Thanks @matt-riemer! It'd be super great if you could take a shot at it as I'm not 100% sure what you have in mind. No pressure though, if you can't get to this, I may look at it later.

from effective_datatables.

matt-riemer avatar matt-riemer commented on June 26, 2024

Hey again @sheldond

Try out effective_datatables 2.6.4

Here's the relevant commit:

2614285

Does this work for you on MySql?
Does it actually speed anything up? :)

Thanks,

from effective_datatables.

sheldond avatar sheldond commented on June 26, 2024

Hi @matt-riemer,

This is working great, and my count queries are now ~20ms.

Perfect! Thanks so much for taking the time for this! 😄

Sheldon

from effective_datatables.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.