Giter VIP home page Giter VIP logo

crap-news's Issues

Performance : SQL optimization.

The optimization is horrendous right now for the front page.

First, it pick up categories from the sources tree, then via relationships, fetches an arbitrary number of queries per category. The number of transaction, as one might be aware, increases the number of categories goes up.

A quick napkin math suggests me 36+ queries just to get the front page news. As of right now, there are 80+ queries running in the front page. That is alone alarming, and this is deteriorate the bigger the articles table gets.

My approach: get rid of the relationship, and introduce the category column in the articles table as well. Migration script has to be written, but in the end, you could potentially, in the best case scenario, need a single query with maybe a union or two (to make sure to filter 15-20 latest news of the same category) in order to achieve this.

Roadmap

  • Rework relationship to only allow for mass assignment during cron/seeding.
  • Migration table for articles to introduce category FK.
  • Normalize the sources table, and introduce category as a FK instead of a string.
  • Relation now involves category as the independent key, with category_id in articles and sources as dependent tables.
  • Rewrite the artisan command and the SourceSeeder class to reflect the respective changes.

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.