Giter Site home page Giter Site logo

Comments (2)

codehaiku avatar codehaiku commented on July 21, 2024

Thank you so much for asking that question.

The main reason why we split the data into four tables is for query efficiency. Sometimes having custom tables has many advantages compare to using default WordPress tables and metatables. With custom tables, we can add indexes to the schema which brings many benefits.

WordPress 'meta_query' is also terribly slow and very expensive. So it is a lot better to organize the plugin data into its 'own' table.

Projects are simple objects and do not need complex associations, so it is fit inside 'wp_posts' table.

Of course, the drawback is that other plugins will not be able to extend the functionality of the plugin (Taskbreaker) easily. This can easily be solved by providing plugin API, hooks, and actions in the future.

Anyways, PRs are always welcome :)

from taskbreaker-project-management.

olegabr avatar olegabr commented on July 21, 2024

Thank you for the explanation!

from taskbreaker-project-management.

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.