Giter Site home page Giter Site logo

Comments (3)

jrstill avatar jrstill commented on September 13, 2024

As discussed in #25, there are some pretty big performance gains to be had on insert-heavy workloads (such as when reprocessing lots of old files) if the FKs are removed. The larger the quantity of files in the queue, the greater the impact, as lock contention only gets worse the more there is. Just noting all of that here so we can review later.

from wazeccpprocessor.

schnuerle avatar schnuerle commented on September 13, 2024

I've got some scripts to remove all the FKs and some to add them all back in. I've been backloading data and what I do is remove the FKs and it's more than twice as fast, then add them in at the end.

Once all the data is backloaded (doing it in 1 month chunks now) I'd like to post scripts for creating indexes, which really speed up query analysis.

I'm working on writing these and documenting them and will make a PR to add the docs and scripts to the repo when done.

from wazeccpprocessor.

schnuerle avatar schnuerle commented on September 13, 2024

Working on this here: #41

from wazeccpprocessor.

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.