VS Code for Laravel Development

VS Code for Laravel Development VS Code is one of the best editors available to developers now, no doubt about it, I always wanted to have such an editor which would support 4/5 languages. Changing your editor or IDE for each language is cumbersome, many of us work on the front-end and backend simultaneously, VSCode …

Spread the love

MySQL RANGE Partition

MySQL RANGE Partition When partition doesn’t help It’s tempting to believe that partition will solve performance problems. But it is so often wrong. Partitioning splits up one table into several smaller tables. But table size is rarely a performance issue. Instead, I/O time and indexes are the issues. What is Partitioning? Partitioning is a physical …

Spread the love