Giter VIP home page Giter VIP logo

Comments (6)

edongashi avatar edongashi commented on July 28, 2024

SQLite is much more than just reading a table. There could be some better binary format for this.

from desktop.

cristianberneanu avatar cristianberneanu commented on July 28, 2024

Can we hook the CSV reader so that it emits rows to another parallel thread and stores to an sqlite DB (or other fast to read format)? This could happen in the background while a query is doing a full scan.

It makes more sense to me to do this in Easy Diffix, after schema detection.

Not sure how much we would gain by this.

If we don't plan to use column indexes, I don't have high hopes it would be much faster.
I would prefer if we were able to read compressed data. I also don't want to have to worry about cache storage and garbage collection.

from desktop.

cristianberneanu avatar cristianberneanu commented on July 28, 2024

I would prefer if we were able to read compressed data.

I gave this a try, but got no significant performance gain.

I don't think we should do data caching (adds too many headaches). We could try to use separate threads for data loading and aggregation, maybe that makes an impact.

from desktop.

edongashi avatar edongashi commented on July 28, 2024

I had tried to use parallelization via PLINQ and such but it didn't make a difference (while doing the immutable data structure optimization).

Performance is quite good now, we just need to figure out how to optimize the DISTINCT count. I noticed that it is highly dependent on the data structure. It scales terribly with number of buckets I think.

from desktop.

cristianberneanu avatar cristianberneanu commented on July 28, 2024

OK, there is a separate issue in reference for that already, so this seems obsolete now.

from desktop.

cristianberneanu avatar cristianberneanu commented on July 28, 2024

It scales terribly with number of buckets I think.

My impression was that it scales badly with the cardinality of the input argument.

from desktop.

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.