🔥 และในวันนี้ แอดจะพาเพื่อน ๆ มาทำความรู้จักกับอีกหนึ่งคำสั่งเจ๋ง ๆ ใน SQL นั่นก็คือเจ้า EXPLAIN นั่นเองจ้าาา ~~
.
👉 เจ้านี่มันคืออะไร มีรายละเอียดและวิธีการใช้งานยังไง ถ้าพร้อมแล้วมาอ่านกันเลยยย !!
.
✨ EXPLAIN - เป็นคำสั่งที่ใช้บอกรายละเอียดในการ Query ข้อมูล เพื่อใช้วัดประสิทธิภาพในการ Query ข้อมูลนั่นเอง
.
👨💻 Syntax
EXPLAIN (QUERY Statement) ; /* ONLY TAKES COMMAND AS PARAMETER */
.
เจ้า EXPLAIN สามารถใช้นำหน้าคำสั่ง SELECT, UPDATE, INSERT และ DELETE ได้
.
📑 วิธีการใช้งาน
🔸 Query ปกติ
SELECT * FROM demo_table WHERE demo_column = 'Demo Value';
.
🔸 Query โดยใช้ EXPLAIN
EXPLAIN SELECT * FROM demo_table WHERE demo_column = 'Demo Value';
.
จะได้ผลลัพธ์ ดังนี้
id: 1
select_type: SIMPLE
table: demo_table
partitions: NULL
type: const
possible_keys: PRIMARY
key: PRIMARY
key_len: 4
ref: const
rows: 1
filtered: 100.00
Extra: NULL
.
🔸 id - id ของ Query EXPLAIN
🔸 select_type - แสดงความซับซ้อนของ Query ผลลัพธ์ด้านบนจะอยู่ในระดับ SIMPLE
🔸 table - แสดงชื่อของตาราง
🔸 partitions - แสดง Partitions ของตารางที่ใช้ใน Query
🔸 type - ระบุประเภทของการ Join
🔸 possible_keys - แสดง Key ที่ใช้
🔸 key - แสดงความยาวของ Key ที่ใช้
🔸 ref - การอ้างอิงที่ใช้ใน Query เมื่อทำการ Comparing Columns
🔸 rows - แสดงจำนวนแถว
🔸 filtered - แสดงเปอร์เซ็นต์ของแถวตามเงื่อนไขที่ระบุ
🔸 Extra - ข้อมูลเพิ่มเติมของ Query
.
🌟 ประโยชน์
- ใช้เพื่อแสดงข้อมูลเกี่ยวกับการ Query
- มีประโยชน์มากในการออกแบบ Schema และ Index
- ใช้ตรวจสอบคำสั่ง Query ว่ามีประสิทธิภาพหรือไม่ เช่น วัดความเร็วในการ Query, ตรวจสอบการแบ่ง - Partition ของตาราง เป็นต้น
- ช่วยเพิ่มประสิทธิภาพในการ Query ข้อมูลใน Database
.
💥 Source : https://arctype.hashnode.dev/mysql-understanding-explain , https://www.geeksforgeeks.org/explain-in-sql/
.
borntoDev - 🦖 สร้างการเรียนรู้ที่ดีสำหรับสายไอทีในทุกวัน
type in schema 在 SJE 。 閱讀紀錄 Facebook 的最佳貼文
上一篇S的閱讀紀錄中📓 < Michael Vey >
聽到第4集時,故事背景是台灣呢!!
.
但很可惜聽完第5集不能測LitPro線上閱讀測驗, 所以找了AR線上閱讀測驗, 書籍能測的比想像的多(#昨天發現連ORT樹頂系列也能測S就一連讀後測了三本)...
#{AR} : Accelerated Reader
.
許久不寫心得的S終於拐成功寫
📝 Michael Vey 4: Hunt for jade dragon (8/6)
I like this book from this series the most because it happens in Taiwan! And it’s where I live! This book is about Michael Vey and his friends Taylor, Ostin, McKenna, Jack, Abigail, Zeus, Tessa, and they have a big secret: they had electrical powers!(most of them) they called themselves the Electroclan, they’re preparing to fly to Taiwan to rescue a nine-year-old Chinese girl called jade dragon from the Taiwanese army and a group of Elgen superninjas called the Lung Li. But first, they went to pick Nichelle up (who everyone hates) When they’re in Taiwan, they meet Giacomo Schema. He's the CEO of the Elgen Corporation, he helps the Electroclan find jade dragon.
At the end of this book, jade dragon was in safe and Nichelle become a member of the Electroclan, but“The Elgen have attacked the ranch (some of their parents and lot of people were in there)! So now they about to save them!
In some parts of this book, they went to try food from Taiwan, for example, they tried eel noodles, they thought it tasted yucky, and one time they went to the night market and tried some shaved ice, I think they will like it. I can tell that some foreigners don’t like foods from Taiwan.
(By #Saphanie) ✏#S的五升六暑假
type in schema 在 Microsoft Azure Facebook 的精選貼文
Create an HTTP Request Trigger inside an Azure Logic App then apply a JSON Schema to validate the requests in this Azure Tips and Tricks: http://msft.social/fdjM0A