1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
# Query 1: 0 QPS, 0x concurrency, ID 0x8566F0C8F7DB566BA3C9C49321D65C30 at byte 0
# This item is included in the report because it matches --limit.
# Scores: V/M = 0.00
# Time range: all events occurred at 2009-04-12 09:50:16.805123
# Attribute pct total min max avg 95% stddev median
# ============ === ======= ======= ======= ======= ======= ======= =======
# Count 100 1
# Exec time 100 274us 274us 274us 274us 274us 0 274us
# Rows affecte 0 0 0 0 0 0 0 0
# Query size 100 32 32 32 32 32 0 32
# Warning coun 0 0 0 0 0 0 0 0
# String:
# Hosts 127.0.0.1
# Query_time distribution
# 1us
# 10us
# 100us ################################################################
# 1ms
# 10ms
# 100ms
# 1s
# 10s+
# EXPLAIN /*!50100 PARTITIONS*/
select "hello world" as greeting\G
|