Skip to content
Long Le
Long Le

Long Le

Back-end Developer

  • Home
  • Chuyện Coding
  • Trải Nghiệm
  • Linh Tinh
  • Đọc sách
  • About Me

Tag: mysql

Posted on May 9, 2018May 9, 2018

[MySQL] Indexing table

What is index?

An index is a data structure that optimizes searching and accessing the data. It’s like an index at the back of a book. Indexing is one of the ways that will optimize your database searching and access is having indexes on the columns that you usually access the table using it. Continue reading “[MySQL] Indexing table”

Posted on May 8, 2018May 9, 2018

[MySQL] EXPLAIN the Queries

EXPLAIN is one of the most powerful tools at your understanding and optimizing troublesome MySQL queries. However, many developers rarely make use of it. In this blog post, I would like to share what the output of
EXPLAIN can be and how to use it to optimize your schema and queries.
Continue reading “[MySQL] EXPLAIN the Queries”

Search

Recent Posts

  • [Kubernetes] – P.6 – Rolling Update May 9, 2019
  • [Kubernetes] – P.5 – Scale May 9, 2019
  • [Kubernetes] – P.4 – Services May 9, 2019
  • [Kubernetes] – P.3 – Pods and Nodes May 8, 2019
  • [Kubernetes] – P.2 – Deploying First App May 8, 2019

Tags

  • blockchain (1)
  • Cache (1)
  • Celery (1)
  • code (1)
  • code review (1)
  • cron (1)
  • deployment (1)
  • django (1)
  • docker (2)
  • explain (1)
  • heap (1)
  • indexing (1)
  • kubectl (1)
  • kubelet (1)
  • kubernetes (7)
  • LEMP (1)
  • memory (1)
  • Message Queues (1)
  • minikube (1)
  • mysql (2)
  • optimization (2)
  • optimize query (1)
  • python (2)
  • RabbitMQ (2)
  • Redis (1)
  • stack (1)

Find Me

Address
45 Nguyen Thuong Hien Street
Binh Thanh Dist, HCMC 70000

Contact Information

email: lelong03@gmail.com
skype: long.le0503
phone: 0908.7x.7x.7x

  • Facebook
  • LinkedIn
  • GitHub
  • Email
Proudly powered by WordPress