海量数据优化笔记

Data中文
Massive Data Optimization Notes 海量数据优化 1. 合理使用索引 2. 避免或简化排序 3. 消除对大型表行数据的顺序存取 4. 避免相关子查询 5. 避免困难的正规表达式 6.使用临时表加速查询…
April 27, 2020By Gethin GeRead Article →

Introduce Microservice & Infrastructure on Cloud

Cloud Native
This article will introduce Microservice & Infrastructure on Cloud. Iaas & Paas & Saas Virtual Machine & Container Docker & Kubernetes Most…
April 17, 2020By Gethin GeRead Article →

How to setup kubernetes on Azure

Cloud NativeKubernetes
This article try to record the steps for setting AKS and some components in Azure. Step 1. How to set AKS Cluster in Azure Step 2 Open the…
March 18, 2020By Gethin GeRead Article →

Gatsby基础知识(下)

Front-EndGatsby
这篇文章主要是翻译和记录了一些 Gateby 的基础知识,有助于开发者通过这些基础知识进行快速的开发 Refer to the Article: https://mpolinowski.github.io/gatsby-js-knowledgebase 1…
March 17, 2020By Gethin GeRead Article →

Gatsby基础知识(中)

Front-EndGatsby
这篇文章主要是翻译和记录了一些 Gateby 的基础知识,有助于开发者通过这些基础知识进行快速的开发 Refer to the Article: https://mpolinowski.github.io/gatsby-js-knowledgebase 0…
March 10, 2020By Gethin GeRead Article →