Files
ast-project/part1/results/1/bug_3c7f9b32-d997-4169-955f-320264e1b924_logic.md
2026-06-24 13:47:14 +02:00

64 KiB

Summary

**No review yet**

Minimized query

ATTACH DATABASE ':memory:' AS aux47;
PRAGMA index_list(users);
PRAGMA table_info(users);
PRAGMA application_id;
PRAGMA optimize;
.stats on
CREATE TABLE t1(n int, log int);
BEGIN;
INSERT INTO t1 VALUES(((log10(round(-8733809107000179571, 2)) + 0) - 0), 1);
INSERT INTO t1 VALUES(3, 1);
INSERT INTO t1 VALUES(4, 1);
INSERT INTO t1 VALUES(4, 3);
WITH _m AS MATERIALIZED (SELECT * FROM t1) SELECT min(n),min(log),max(n),max(log),sum(n),sum(log),avg(n),avg(log) FROM _m;
SELECT log, avg(n)+1 FROM t1 GROUP BY log ORDER BY log;
SELECT log*2+1 AS x, count(*) AS y FROM t1 GROUP BY x ORDER BY 10-(x+y);
SELECT log, count(*) FROM t1 GROUP BY log HAVING count(*)>=4 ORDER BY log;
SELECT log, count(*), avg(n), max(n+log*2) FROM t1 GROUP BY log ORDER BY max(n+log*2)+0, min(log,avg(n))+0;


DETACH DATABASE aux47;
INSERT INTO t1 VALUES (NULL, NULL);

SELECT COUNT(*) FROM t1;
ALTER TABLE t1 ADD COLUMN extra_5120 DATETIME;
INSERT INTO t1 SELECT * FROM t1;
DELETE FROM t1 WHERE +log > (SELECT AVG(log) FROM t1) RETURNING *;
CREATE TEMPORARY  VIEW IF NOT EXISTS v_t1_3311 AS SELECT log FROM t1;
PRAGMA vdbe_trace = /* PRAGMA checkpoint_fullsync = NO; */ 1;
SELECT * FROM t1;
ALTER TABLE t1 RENAME COLUMN n TO n_r4471;
CREATE TEMP  VIEW IF NOT EXISTS v_t1_1086 AS SELECT log FROM t1;
CREATE  INDEX IF NOT EXISTS idx_t1_9719 ON t1(lower(log)) WHERE log IS NOT NULL;
ALTER TABLE t1 RENAME COLUMN log TO log_r6203;

Actual output

0
Memory Used:                         91064 (max 92616) bytes
Number of Outstanding Allocations:   179 (max 193)
Number of Pcache Overflow Bytes:     25392 (max 25392) bytes
Largest Allocation:                  48000 bytes
Largest Pcache Allocation:           4360 bytes
Lookaside Slots Used:                34 (max 90)
Successful lookaside attempts:       240
Lookaside failures due to size:      0
Lookaside failures due to OOM:       0
Pager Heap Usage:                    22840 bytes
Page cache hits:                     9
Page cache misses:                   0
Page cache writes:                   0
Page cache spills:                   0
Schema Heap Usage:                   1376 bytes
Statement Heap/Lookaside Usage:      2400 bytes
Fullscan Steps:                      0
Sort Operations:                     0
Autoindex Inserts:                   0
Virtual Machine Steps:               30
Reprepare operations:                0
Number of times run:                 1
Memory used by prepared stmt:        2400
Bytes received by read():            7966
Bytes sent to write():               2
Read() system calls:                 14
Write() system calls:                1
Bytes read from storage:             0
Bytes written to storage:            0
Cancelled write bytes:               0
Memory Used:                         88664 (max 92616) bytes
Number of Outstanding Allocations:   167 (max 193)
Number of Pcache Overflow Bytes:     25392 (max 25392) bytes
Largest Allocation:                  48000 bytes
Largest Pcache Allocation:           4360 bytes
Lookaside Slots Used:                37 (max 90)
Successful lookaside attempts:       243
Lookaside failures due to size:      0
Lookaside failures due to OOM:       0
Pager Heap Usage:                    22840 bytes
Page cache hits:                     0
Page cache misses:                   0
Page cache writes:                   0
Page cache spills:                   0
Schema Heap Usage:                   1376 bytes
Statement Heap/Lookaside Usage:      2528 bytes
Fullscan Steps:                      0
Sort Operations:                     0
Autoindex Inserts:                   0
Virtual Machine Steps:               2
Reprepare operations:                0
Number of times run:                 1
Memory used by prepared stmt:        2528
Bytes received by read():            8060
Bytes sent to write():               1295
Read() system calls:                 16
Write() system calls:                2
Bytes read from storage:             0
Bytes written to storage:            0
Cancelled write bytes:               0
Memory Used:                         94368 (max 94368) bytes
Number of Outstanding Allocations:   174 (max 193)
Number of Pcache Overflow Bytes:     25392 (max 25392) bytes
Largest Allocation:                  48000 bytes
Largest Pcache Allocation:           4360 bytes
Lookaside Slots Used:                44 (max 90)
Successful lookaside attempts:       285
Lookaside failures due to size:      0
Lookaside failures due to OOM:       0
Pager Heap Usage:                    22840 bytes
Page cache hits:                     2
Page cache misses:                   0
Page cache writes:                   0
Page cache spills:                   0
Schema Heap Usage:                   1400 bytes
Statement Heap/Lookaside Usage:      4496 bytes
Fullscan Steps:                      0
Sort Operations:                     0
Autoindex Inserts:                   0
Virtual Machine Steps:               18
Reprepare operations:                0
Number of times run:                 1
Memory used by prepared stmt:        4496
Bytes received by read():            8157
Bytes sent to write():               2590
Read() system calls:                 18
Write() system calls:                3
Bytes read from storage:             0
Bytes written to storage:            0
Cancelled write bytes:               0
Memory Used:                         94368 (max 94368) bytes
Number of Outstanding Allocations:   174 (max 193)
Number of Pcache Overflow Bytes:     25392 (max 25392) bytes
Largest Allocation:                  48000 bytes
Largest Pcache Allocation:           4360 bytes
Lookaside Slots Used:                40 (max 90)
Successful lookaside attempts:       302
Lookaside failures due to size:      0
Lookaside failures due to OOM:       0
Pager Heap Usage:                    22840 bytes
Page cache hits:                     1
Page cache misses:                   0
Page cache writes:                   0
Page cache spills:                   0
Schema Heap Usage:                   1400 bytes
Statement Heap/Lookaside Usage:      2912 bytes
Fullscan Steps:                      0
Sort Operations:                     0
Autoindex Inserts:                   0
Virtual Machine Steps:               10
Reprepare operations:                0
Number of times run:                 1
Memory used by prepared stmt:        2912
Bytes received by read():            8254
Bytes sent to write():               3886
Read() system calls:                 20
Write() system calls:                4
Bytes read from storage:             0
Bytes written to storage:            0
Cancelled write bytes:               0
Memory Used:                         94368 (max 94368) bytes
Number of Outstanding Allocations:   174 (max 193)
Number of Pcache Overflow Bytes:     25392 (max 25392) bytes
Largest Allocation:                  48000 bytes
Largest Pcache Allocation:           4360 bytes
Lookaside Slots Used:                40 (max 90)
Successful lookaside attempts:       319
Lookaside failures due to size:      0
Lookaside failures due to OOM:       0
Pager Heap Usage:                    22840 bytes
Page cache hits:                     1
Page cache misses:                   0
Page cache writes:                   0
Page cache spills:                   0
Schema Heap Usage:                   1400 bytes
Statement Heap/Lookaside Usage:      2912 bytes
Fullscan Steps:                      0
Sort Operations:                     0
Autoindex Inserts:                   0
Virtual Machine Steps:               10
Reprepare operations:                0
Number of times run:                 1
Memory used by prepared stmt:        2912
Bytes received by read():            8351
Bytes sent to write():               5182
Read() system calls:                 22
Write() system calls:                5
Bytes read from storage:             0
Bytes written to storage:            0
Cancelled write bytes:               0
Memory Used:                         94368 (max 94368) bytes
Number of Outstanding Allocations:   174 (max 193)
Number of Pcache Overflow Bytes:     25392 (max 25392) bytes
Largest Allocation:                  48000 bytes
Largest Pcache Allocation:           4360 bytes
Lookaside Slots Used:                40 (max 90)
Successful lookaside attempts:       336
Lookaside failures due to size:      0
Lookaside failures due to OOM:       0
Pager Heap Usage:                    22840 bytes
Page cache hits:                     1
Page cache misses:                   0
Page cache writes:                   0
Page cache spills:                   0
Schema Heap Usage:                   1400 bytes
Statement Heap/Lookaside Usage:      2912 bytes
Fullscan Steps:                      0
Sort Operations:                     0
Autoindex Inserts:                   0
Virtual Machine Steps:               10
Reprepare operations:                0
Number of times run:                 1
Memory used by prepared stmt:        2912
Bytes received by read():            8448
Bytes sent to write():               6478
Read() system calls:                 24
Write() system calls:                6
Bytes read from storage:             0
Bytes written to storage:            0
Cancelled write bytes:               0
3|1|4|3|11|6|3.66666666666667|1.5
Memory Used:                         98208 (max 197048) bytes
Number of Outstanding Allocations:   176 (max 193)
Number of Pcache Overflow Bytes:     25392 (max 33600) bytes
Largest Allocation:                  87200 bytes
Largest Pcache Allocation:           4360 bytes
Lookaside Slots Used:                67 (max 123)
Successful lookaside attempts:       462
Lookaside failures due to size:      2
Lookaside failures due to OOM:       0
Pager Heap Usage:                    22840 bytes
Page cache hits:                     1
Page cache misses:                   0
Page cache writes:                   0
Page cache spills:                   0
Schema Heap Usage:                   1400 bytes
Statement Heap/Lookaside Usage:      30576 bytes
Fullscan Steps:                      6
Sort Operations:                     0
Autoindex Inserts:                   0
Virtual Machine Steps:               130
Reprepare operations:                0
Number of times run:                 1
Memory used by prepared stmt:        30576
Bytes received by read():            8545
Bytes sent to write():               7774
Read() system calls:                 26
Write() system calls:                7
Bytes read from storage:             0
Bytes written to storage:            0
Cancelled write bytes:               0
1|4.5
3|5.0
Memory Used:                         96744 (max 197048) bytes
Number of Outstanding Allocations:   175 (max 193)
Number of Pcache Overflow Bytes:     25392 (max 33600) bytes
Largest Allocation:                  87200 bytes
Largest Pcache Allocation:           4360 bytes
Lookaside Slots Used:                60 (max 123)
Successful lookaside attempts:       530
Lookaside failures due to size:      3
Lookaside failures due to OOM:       0
Pager Heap Usage:                    22840 bytes
Page cache hits:                     1
Page cache misses:                   0
Page cache writes:                   0
Page cache spills:                   0
Schema Heap Usage:                   1400 bytes
Statement Heap/Lookaside Usage:      8792 bytes
Fullscan Steps:                      3
Sort Operations:                     1
Autoindex Inserts:                   0
Virtual Machine Steps:               105
Reprepare operations:                0
Number of times run:                 1
Memory used by prepared stmt:        8792
Bytes received by read():            8642
Bytes sent to write():               9109
Read() system calls:                 28
Write() system calls:                8
Bytes read from storage:             0
Bytes written to storage:            0
Cancelled write bytes:               0
7|1
3|3
Memory Used:                         98320 (max 197048) bytes
Number of Outstanding Allocations:   176 (max 193)
Number of Pcache Overflow Bytes:     25392 (max 33600) bytes
Largest Allocation:                  87200 bytes
Largest Pcache Allocation:           4360 bytes
Lookaside Slots Used:                60 (max 123)
Successful lookaside attempts:       621
Lookaside failures due to size:      5
Lookaside failures due to OOM:       0
Pager Heap Usage:                    22840 bytes
Page cache hits:                     1
Page cache misses:                   0
Page cache writes:                   0
Page cache spills:                   0
Schema Heap Usage:                   1400 bytes
Statement Heap/Lookaside Usage:      9168 bytes
Fullscan Steps:                      3
Sort Operations:                     2
Autoindex Inserts:                   0
Virtual Machine Steps:               135
Reprepare operations:                0
Number of times run:                 1
Memory used by prepared stmt:        9168
Bytes received by read():            8739
Bytes sent to write():               10420
Read() system calls:                 30
Write() system calls:                9
Bytes read from storage:             0
Bytes written to storage:            0
Cancelled write bytes:               0
Memory Used:                         96744 (max 197048) bytes
Number of Outstanding Allocations:   175 (max 193)
Number of Pcache Overflow Bytes:     25392 (max 33600) bytes
Largest Allocation:                  87200 bytes
Largest Pcache Allocation:           4360 bytes
Lookaside Slots Used:                58 (max 123)
Successful lookaside attempts:       685
Lookaside failures due to size:      6
Lookaside failures due to OOM:       0
Pager Heap Usage:                    22840 bytes
Page cache hits:                     1
Page cache misses:                   0
Page cache writes:                   0
Page cache spills:                   0
Schema Heap Usage:                   1400 bytes
Statement Heap/Lookaside Usage:      8536 bytes
Fullscan Steps:                      3
Sort Operations:                     1
Autoindex Inserts:                   0
Virtual Machine Steps:               93
Reprepare operations:                0
Number of times run:                 1
Memory used by prepared stmt:        8536
Bytes received by read():            8837
Bytes sent to write():               11728
Read() system calls:                 32
Write() system calls:                10
Bytes read from storage:             0
Bytes written to storage:            0
Cancelled write bytes:               0
1|3|3.5|6
3|1|4.0|10
Memory Used:                         98656 (max 197048) bytes
Number of Outstanding Allocations:   176 (max 193)
Number of Pcache Overflow Bytes:     25392 (max 33600) bytes
Largest Allocation:                  87200 bytes
Largest Pcache Allocation:           4360 bytes
Lookaside Slots Used:                71 (max 123)
Successful lookaside attempts:       797
Lookaside failures due to size:      8
Lookaside failures due to OOM:       0
Pager Heap Usage:                    22840 bytes
Page cache hits:                     1
Page cache misses:                   0
Page cache writes:                   0
Page cache spills:                   0
Schema Heap Usage:                   1400 bytes
Statement Heap/Lookaside Usage:      29136 bytes
Fullscan Steps:                      3
Sort Operations:                     2
Autoindex Inserts:                   0
Virtual Machine Steps:               168
Reprepare operations:                0
Number of times run:                 1
Memory used by prepared stmt:        29136
Bytes received by read():            8936
Bytes sent to write():               13028
Read() system calls:                 34
Write() system calls:                11
Bytes read from storage:             0
Bytes written to storage:            0
Cancelled write bytes:               0
Memory Used:                         82152 (max 197048) bytes
Number of Outstanding Allocations:   157 (max 193)
Number of Pcache Overflow Bytes:     16928 (max 33600) bytes
Largest Allocation:                  87200 bytes
Largest Pcache Allocation:           4360 bytes
Lookaside Slots Used:                37 (max 123)
Successful lookaside attempts:       803
Lookaside failures due to size:      8
Lookaside failures due to OOM:       0
Pager Heap Usage:                    13592 bytes
Page cache hits:                     0
Page cache misses:                   0
Page cache writes:                   0
Page cache spills:                   0
Schema Heap Usage:                   1032 bytes
Statement Heap/Lookaside Usage:      2784 bytes
Fullscan Steps:                      0
Sort Operations:                     0
Autoindex Inserts:                   0
Virtual Machine Steps:               7
Reprepare operations:                0
Number of times run:                 1
Memory used by prepared stmt:        2784
Bytes received by read():            9035
Bytes sent to write():               14352
Read() system calls:                 36
Write() system calls:                12
Bytes read from storage:             0
Bytes written to storage:            0
Cancelled write bytes:               0
Memory Used:                         82152 (max 197048) bytes
Number of Outstanding Allocations:   157 (max 193)
Number of Pcache Overflow Bytes:     16928 (max 33600) bytes
Largest Allocation:                  87200 bytes
Largest Pcache Allocation:           4360 bytes
Lookaside Slots Used:                38 (max 123)
Successful lookaside attempts:       820
Lookaside failures due to size:      8
Lookaside failures due to OOM:       0
Pager Heap Usage:                    13592 bytes
Page cache hits:                     1
Page cache misses:                   0
Page cache writes:                   0
Page cache spills:                   0
Schema Heap Usage:                   1032 bytes
Statement Heap/Lookaside Usage:      2912 bytes
Fullscan Steps:                      0
Sort Operations:                     0
Autoindex Inserts:                   0
Virtual Machine Steps:               10
Reprepare operations:                0
Number of times run:                 1
Memory used by prepared stmt:        2912
Bytes received by read():            9134
Bytes sent to write():               15651
Read() system calls:                 38
Write() system calls:                13
Bytes read from storage:             0
Bytes written to storage:            0
Cancelled write bytes:               0
5
Memory Used:                         82152 (max 197048) bytes
Number of Outstanding Allocations:   157 (max 193)
Number of Pcache Overflow Bytes:     16928 (max 33600) bytes
Largest Allocation:                  87200 bytes
Largest Pcache Allocation:           4360 bytes
Lookaside Slots Used:                38 (max 123)
Successful lookaside attempts:       838
Lookaside failures due to size:      8
Lookaside failures due to OOM:       0
Pager Heap Usage:                    13592 bytes
Page cache hits:                     1
Page cache misses:                   0
Page cache writes:                   0
Page cache spills:                   0
Schema Heap Usage:                   1032 bytes
Statement Heap/Lookaside Usage:      2912 bytes
Fullscan Steps:                      0
Sort Operations:                     0
Autoindex Inserts:                   0
Virtual Machine Steps:               9
Reprepare operations:                0
Number of times run:                 1
Memory used by prepared stmt:        2912
Bytes received by read():            9233
Bytes sent to write():               16951
Read() system calls:                 40
Write() system calls:                14
Bytes read from storage:             0
Bytes written to storage:            0
Cancelled write bytes:               0
Memory Used:                         90824 (max 197048) bytes
Number of Outstanding Allocations:   187 (max 222)
Number of Pcache Overflow Bytes:     16928 (max 33600) bytes
Largest Allocation:                  87200 bytes
Largest Pcache Allocation:           4360 bytes
Lookaside Slots Used:                32 (max 123)
Successful lookaside attempts:       909
Lookaside failures due to size:      8
Lookaside failures due to OOM:       0
Pager Heap Usage:                    13592 bytes
Page cache hits:                     3
Page cache misses:                   0
Page cache writes:                   0
Page cache spills:                   0
Schema Heap Usage:                   1024 bytes
Statement Heap/Lookaside Usage:      4496 bytes
Fullscan Steps:                      0
Sort Operations:                     0
Autoindex Inserts:                   0
Virtual Machine Steps:               48
Reprepare operations:                0
Number of times run:                 1
Memory used by prepared stmt:        4496
Bytes received by read():            9332
Bytes sent to write():               18252
Read() system calls:                 42
Write() system calls:                15
Bytes read from storage:             0
Bytes written to storage:            0
Cancelled write bytes:               0
Memory Used:                         86352 (max 197048) bytes
Number of Outstanding Allocations:   162 (max 222)
Number of Pcache Overflow Bytes:     16928 (max 33600) bytes
Largest Allocation:                  87200 bytes
Largest Pcache Allocation:           4360 bytes
Lookaside Slots Used:                43 (max 123)
Successful lookaside attempts:       944
Lookaside failures due to size:      8
Lookaside failures due to OOM:       0
Pager Heap Usage:                    13592 bytes
Page cache hits:                     2
Page cache misses:                   0
Page cache writes:                   0
Page cache spills:                   0
Schema Heap Usage:                   1048 bytes
Statement Heap/Lookaside Usage:      4624 bytes
Fullscan Steps:                      4
Sort Operations:                     0
Autoindex Inserts:                   0
Virtual Machine Steps:               98
Reprepare operations:                0
Number of times run:                 1
Memory used by prepared stmt:        4624
Bytes received by read():            9431
Bytes sent to write():               19552
Read() system calls:                 44
Write() system calls:                16
Bytes read from storage:             0
Bytes written to storage:            0
Cancelled write bytes:               0
4|3|
4|3|
Memory Used:                         90016 (max 197048) bytes
Number of Outstanding Allocations:   164 (max 222)
Number of Pcache Overflow Bytes:     16928 (max 33600) bytes
Largest Allocation:                  87200 bytes
Largest Pcache Allocation:           4360 bytes
Lookaside Slots Used:                54 (max 123)
Successful lookaside attempts:       1026
Lookaside failures due to size:      10
Lookaside failures due to OOM:       0
Pager Heap Usage:                    13592 bytes
Page cache hits:                     3
Page cache misses:                   0
Page cache writes:                   0
Page cache spills:                   0
Schema Heap Usage:                   1048 bytes
Statement Heap/Lookaside Usage:      8624 bytes
Fullscan Steps:                      18
Sort Operations:                     0
Autoindex Inserts:                   0
Virtual Machine Steps:               152
Reprepare operations:                0
Number of times run:                 1
Memory used by prepared stmt:        8624
Bytes received by read():            9530
Bytes sent to write():               20852
Read() system calls:                 46
Write() system calls:                17
Bytes read from storage:             0
Bytes written to storage:            0
Cancelled write bytes:               0
Memory Used:                         254232 (max 320824) bytes
Number of Outstanding Allocations:   195 (max 222)
Number of Pcache Overflow Bytes:     25136 (max 33600) bytes
Largest Allocation:                  87200 bytes
Largest Pcache Allocation:           4360 bytes
Lookaside Slots Used:                32 (max 123)
Successful lookaside attempts:       1101
Lookaside failures due to size:      10
Lookaside failures due to OOM:       0
Pager Heap Usage:                    22808 bytes
Page cache hits:                     3
Page cache misses:                   0
Page cache writes:                   0
Page cache spills:                   0
Schema Heap Usage:                   1696 bytes
Statement Heap/Lookaside Usage:      2464 bytes
Fullscan Steps:                      0
Sort Operations:                     0
Autoindex Inserts:                   0
Virtual Machine Steps:               30
Reprepare operations:                0
Number of times run:                 1
Memory used by prepared stmt:        2464
Bytes received by read():            9629
Bytes sent to write():               22166
Read() system calls:                 48
Write() system calls:                18
Bytes read from storage:             0
Bytes written to storage:            0
Cancelled write bytes:               0
Memory Used:                         251768 (max 320824) bytes
Number of Outstanding Allocations:   183 (max 222)
Number of Pcache Overflow Bytes:     25136 (max 33600) bytes
Largest Allocation:                  87200 bytes
Largest Pcache Allocation:           4360 bytes
Lookaside Slots Used:                35 (max 123)
Successful lookaside attempts:       1106
Lookaside failures due to size:      10
Lookaside failures due to OOM:       0
Pager Heap Usage:                    22808 bytes
Page cache hits:                     0
Page cache misses:                   0
Page cache writes:                   0
Page cache spills:                   0
Schema Heap Usage:                   1696 bytes
Statement Heap/Lookaside Usage:      2528 bytes
Fullscan Steps:                      0
Sort Operations:                     0
Autoindex Inserts:                   0
Virtual Machine Steps:               3
Reprepare operations:                0
Number of times run:                 1
Memory used by prepared stmt:        2528
Bytes received by read():            9728
Bytes sent to write():               23469
Read() system calls:                 50
Write() system calls:                19
Bytes read from storage:             0
Bytes written to storage:            0
Cancelled write bytes:               0
|1|
3|1|
4|1|
||
|1|
3|1|
4|1|
||
Memory Used:                         251768 (max 320824) bytes
Number of Outstanding Allocations:   183 (max 222)
Number of Pcache Overflow Bytes:     25136 (max 33600) bytes
Largest Allocation:                  87200 bytes
Largest Pcache Allocation:           4360 bytes
Lookaside Slots Used:                47 (max 123)
Successful lookaside attempts:       1140
Lookaside failures due to size:      10
Lookaside failures due to OOM:       0
Pager Heap Usage:                    22808 bytes
Page cache hits:                     1
Page cache misses:                   0
Page cache writes:                   0
Page cache spills:                   0
Schema Heap Usage:                   1696 bytes
Statement Heap/Lookaside Usage:      5136 bytes
Fullscan Steps:                      7
Sort Operations:                     0
Autoindex Inserts:                   0
Virtual Machine Steps:               46
Reprepare operations:                0
Number of times run:                 1
Memory used by prepared stmt:        5136
Bytes received by read():            9827
Bytes sent to write():               24771
Read() system calls:                 52
Write() system calls:                20
Bytes read from storage:             0
Bytes written to storage:            0
Cancelled write bytes:               0
Memory Used:                         271240 (max 681432) bytes
Number of Outstanding Allocations:   251 (max 374)
Number of Pcache Overflow Bytes:     25136 (max 57968) bytes
Largest Allocation:                  87200 bytes
Largest Pcache Allocation:           4360 bytes
Lookaside Slots Used:                101 (max 123)
Successful lookaside attempts:       1480
Lookaside failures due to size:      13
Lookaside failures due to OOM:       295
Pager Heap Usage:                    22808 bytes
Page cache hits:                     14
Page cache misses:                   0
Page cache writes:                   0
Page cache spills:                   0
Schema Heap Usage:                   1712 bytes
Statement Heap/Lookaside Usage:      52928 bytes
Fullscan Steps:                      0
Sort Operations:                     0
Autoindex Inserts:                   0
Virtual Machine Steps:               224
Reprepare operations:                0
Number of times run:                 1
Memory used by prepared stmt:        52928
Bytes received by read():            9926
Bytes sent to write():               26108
Read() system calls:                 54
Write() system calls:                21
Bytes read from storage:             0
Bytes written to storage:            0
Cancelled write bytes:               0
Memory Used:                         254896 (max 681432) bytes
Number of Outstanding Allocations:   204 (max 374)
Number of Pcache Overflow Bytes:     25136 (max 57968) bytes
Largest Allocation:                  87200 bytes
Largest Pcache Allocation:           4360 bytes
Lookaside Slots Used:                32 (max 123)
Successful lookaside attempts:       1555
Lookaside failures due to size:      13
Lookaside failures due to OOM:       295
Pager Heap Usage:                    22808 bytes
Page cache hits:                     3
Page cache misses:                   0
Page cache writes:                   0
Page cache spills:                   0
Schema Heap Usage:                   2336 bytes
Statement Heap/Lookaside Usage:      2464 bytes
Fullscan Steps:                      0
Sort Operations:                     0
Autoindex Inserts:                   0
Virtual Machine Steps:               28
Reprepare operations:                0
Number of times run:                 1
Memory used by prepared stmt:        2464
Bytes received by read():            10025
Bytes sent to write():               27418
Read() system calls:                 56
Write() system calls:                22
Bytes read from storage:             0
Bytes written to storage:            0
Cancelled write bytes:               0
Memory Used:                         261432 (max 681432) bytes
Number of Outstanding Allocations:   219 (max 374)
Number of Pcache Overflow Bytes:     29496 (max 57968) bytes
Largest Allocation:                  87200 bytes
Largest Pcache Allocation:           4360 bytes
Lookaside Slots Used:                32 (max 123)
Successful lookaside attempts:       1635
Lookaside failures due to size:      13
Lookaside failures due to OOM:       295
Pager Heap Usage:                    27152 bytes
Page cache hits:                     4
Page cache misses:                   0
Page cache writes:                   0
Page cache spills:                   0
Schema Heap Usage:                   3144 bytes
Statement Heap/Lookaside Usage:      3768 bytes
Fullscan Steps:                      0
Sort Operations:                     1
Autoindex Inserts:                   0
Virtual Machine Steps:               104
Reprepare operations:                0
Number of times run:                 1
Memory used by prepared stmt:        3768
Bytes received by read():            10125
Bytes sent to write():               28724
Read() system calls:                 58
Write() system calls:                23
Bytes read from storage:             0
Bytes written to storage:            0
Cancelled write bytes:               0
Memory Used:                         277160 (max 753000) bytes
Number of Outstanding Allocations:   269 (max 393)
Number of Pcache Overflow Bytes:     29496 (max 62328) bytes
Largest Allocation:                  87200 bytes
Largest Pcache Allocation:           4360 bytes
Lookaside Slots Used:                101 (max 123)
Successful lookaside attempts:       1975
Lookaside failures due to size:      16
Lookaside failures due to OOM:       594
Pager Heap Usage:                    27152 bytes
Page cache hits:                     14
Page cache misses:                   0
Page cache writes:                   0
Page cache spills:                   0
Schema Heap Usage:                   3160 bytes
Statement Heap/Lookaside Usage:      52976 bytes
Fullscan Steps:                      8
Sort Operations:                     0
Autoindex Inserts:                   0
Virtual Machine Steps:               355
Reprepare operations:                0
Number of times run:                 1
Memory used by prepared stmt:        52976
Bytes received by read():            10225
Bytes sent to write():               30031
Read() system calls:                 61
Write() system calls:                24
Bytes read from storage:             0
Bytes written to storage:            0
Cancelled write bytes:               0

Expectation

0
Memory Used:                         91552 (max 93088) bytes
Number of Outstanding Allocations:   189 (max 203)
Number of Pcache Overflow Bytes:     25408 (max 25408) bytes
Largest Allocation:                  48000 bytes
Largest Pcache Allocation:           4368 bytes
Lookaside Slots Used:                50 (max 99)
Successful lookaside attempts:       239
Lookaside failures due to size:      0
Lookaside failures due to OOM:       0
Pager Heap Usage:                    22864 bytes
Page cache hits:                     9
Page cache misses:                   0
Page cache writes:                   0
Page cache spills:                   0
Temporary data spilled to disk:      0
Schema Heap Usage:                   1168 bytes
Statement Heap/Lookaside Usage:      2296 bytes
Fullscan Steps:                      0
Sort Operations:                     0
Autoindex Inserts:                   0
Virtual Machine Steps:               30
Reprepare operations:                0
Number of times run:                 1
Memory used by prepared stmt:        2296
Bytes received by read():            8486
Bytes sent to write():               2
Read() system calls:                 14
Write() system calls:                1
Bytes read from storage:             0
Bytes written to storage:            0
Cancelled write bytes:               0
Memory Used:                         89256 (max 93088) bytes
Number of Outstanding Allocations:   177 (max 203)
Number of Pcache Overflow Bytes:     25408 (max 25408) bytes
Largest Allocation:                  48000 bytes
Largest Pcache Allocation:           4368 bytes
Lookaside Slots Used:                53 (max 99)
Successful lookaside attempts:       242
Lookaside failures due to size:      0
Lookaside failures due to OOM:       0
Pager Heap Usage:                    22864 bytes
Page cache hits:                     0
Page cache misses:                   0
Page cache writes:                   0
Page cache spills:                   0
Temporary data spilled to disk:      0
Schema Heap Usage:                   1168 bytes
Statement Heap/Lookaside Usage:      2528 bytes
Fullscan Steps:                      0
Sort Operations:                     0
Autoindex Inserts:                   0
Virtual Machine Steps:               3
Reprepare operations:                0
Number of times run:                 1
Memory used by prepared stmt:        2528
Bytes received by read():            8580
Bytes sent to write():               1334
Read() system calls:                 16
Write() system calls:                2
Bytes read from storage:             0
Bytes written to storage:            0
Cancelled write bytes:               0
Memory Used:                         94896 (max 94896) bytes
Number of Outstanding Allocations:   184 (max 203)
Number of Pcache Overflow Bytes:     25408 (max 25408) bytes
Largest Allocation:                  48000 bytes
Largest Pcache Allocation:           4368 bytes
Lookaside Slots Used:                60 (max 99)
Successful lookaside attempts:       284
Lookaside failures due to size:      0
Lookaside failures due to OOM:       0
Pager Heap Usage:                    22864 bytes
Page cache hits:                     2
Page cache misses:                   0
Page cache writes:                   0
Page cache spills:                   0
Temporary data spilled to disk:      0
Schema Heap Usage:                   1176 bytes
Statement Heap/Lookaside Usage:      4496 bytes
Fullscan Steps:                      0
Sort Operations:                     0
Autoindex Inserts:                   0
Virtual Machine Steps:               18
Reprepare operations:                0
Number of times run:                 1
Memory used by prepared stmt:        4496
Bytes received by read():            8677
Bytes sent to write():               2668
Read() system calls:                 18
Write() system calls:                3
Bytes read from storage:             0
Bytes written to storage:            0
Cancelled write bytes:               0
Memory Used:                         94896 (max 94896) bytes
Number of Outstanding Allocations:   184 (max 203)
Number of Pcache Overflow Bytes:     25408 (max 25408) bytes
Largest Allocation:                  48000 bytes
Largest Pcache Allocation:           4368 bytes
Lookaside Slots Used:                56 (max 99)
Successful lookaside attempts:       301
Lookaside failures due to size:      0
Lookaside failures due to OOM:       0
Pager Heap Usage:                    22864 bytes
Page cache hits:                     1
Page cache misses:                   0
Page cache writes:                   0
Page cache spills:                   0
Temporary data spilled to disk:      0
Schema Heap Usage:                   1176 bytes
Statement Heap/Lookaside Usage:      2912 bytes
Fullscan Steps:                      0
Sort Operations:                     0
Autoindex Inserts:                   0
Virtual Machine Steps:               10
Reprepare operations:                0
Number of times run:                 1
Memory used by prepared stmt:        2912
Bytes received by read():            8774
Bytes sent to write():               4003
Read() system calls:                 20
Write() system calls:                4
Bytes read from storage:             0
Bytes written to storage:            0
Cancelled write bytes:               0
Memory Used:                         94896 (max 94896) bytes
Number of Outstanding Allocations:   184 (max 203)
Number of Pcache Overflow Bytes:     25408 (max 25408) bytes
Largest Allocation:                  48000 bytes
Largest Pcache Allocation:           4368 bytes
Lookaside Slots Used:                56 (max 99)
Successful lookaside attempts:       318
Lookaside failures due to size:      0
Lookaside failures due to OOM:       0
Pager Heap Usage:                    22864 bytes
Page cache hits:                     1
Page cache misses:                   0
Page cache writes:                   0
Page cache spills:                   0
Temporary data spilled to disk:      0
Schema Heap Usage:                   1176 bytes
Statement Heap/Lookaside Usage:      2912 bytes
Fullscan Steps:                      0
Sort Operations:                     0
Autoindex Inserts:                   0
Virtual Machine Steps:               10
Reprepare operations:                0
Number of times run:                 1
Memory used by prepared stmt:        2912
Bytes received by read():            8871
Bytes sent to write():               5338
Read() system calls:                 22
Write() system calls:                5
Bytes read from storage:             0
Bytes written to storage:            0
Cancelled write bytes:               0
Memory Used:                         94896 (max 94896) bytes
Number of Outstanding Allocations:   184 (max 203)
Number of Pcache Overflow Bytes:     25408 (max 25408) bytes
Largest Allocation:                  48000 bytes
Largest Pcache Allocation:           4368 bytes
Lookaside Slots Used:                56 (max 99)
Successful lookaside attempts:       335
Lookaside failures due to size:      0
Lookaside failures due to OOM:       0
Pager Heap Usage:                    22864 bytes
Page cache hits:                     1
Page cache misses:                   0
Page cache writes:                   0
Page cache spills:                   0
Temporary data spilled to disk:      0
Schema Heap Usage:                   1176 bytes
Statement Heap/Lookaside Usage:      2912 bytes
Fullscan Steps:                      0
Sort Operations:                     0
Autoindex Inserts:                   0
Virtual Machine Steps:               10
Reprepare operations:                0
Number of times run:                 1
Memory used by prepared stmt:        2912
Bytes received by read():            8968
Bytes sent to write():               6673
Read() system calls:                 24
Write() system calls:                6
Bytes read from storage:             0
Bytes written to storage:            0
Cancelled write bytes:               0
3|1|4|3|11|6|3.66666666666667|1.5
Memory Used:                         98744 (max 197728) bytes
Number of Outstanding Allocations:   188 (max 203)
Number of Pcache Overflow Bytes:     25408 (max 33608) bytes
Largest Allocation:                  87360 bytes
Largest Pcache Allocation:           4368 bytes
Lookaside Slots Used:                72 (max 123)
Successful lookaside attempts:       443
Lookaside failures due to size:      2
Lookaside failures due to OOM:       10
Pager Heap Usage:                    22864 bytes
Page cache hits:                     1
Page cache misses:                   0
Page cache writes:                   0
Page cache spills:                   0
Temporary data spilled to disk:      0
Schema Heap Usage:                   1176 bytes
Statement Heap/Lookaside Usage:      19528 bytes
Fullscan Steps:                      6
Sort Operations:                     0
Autoindex Inserts:                   0
Virtual Machine Steps:               132
Reprepare operations:                0
Number of times run:                 1
Memory used by prepared stmt:        19528
Bytes received by read():            9065
Bytes sent to write():               8008
Read() system calls:                 26
Write() system calls:                7
Bytes read from storage:             0
Bytes written to storage:            0
Cancelled write bytes:               0
1|4.5
3|5.0
Memory Used:                         97264 (max 197728) bytes
Number of Outstanding Allocations:   185 (max 203)
Number of Pcache Overflow Bytes:     25408 (max 33608) bytes
Largest Allocation:                  87360 bytes
Largest Pcache Allocation:           4368 bytes
Lookaside Slots Used:                74 (max 123)
Successful lookaside attempts:       510
Lookaside failures due to size:      3
Lookaside failures due to OOM:       10
Pager Heap Usage:                    22864 bytes
Page cache hits:                     1
Page cache misses:                   0
Page cache writes:                   0
Page cache spills:                   0
Temporary data spilled to disk:      0
Schema Heap Usage:                   1176 bytes
Statement Heap/Lookaside Usage:      10672 bytes
Fullscan Steps:                      3
Sort Operations:                     1
Autoindex Inserts:                   0
Virtual Machine Steps:               106
Reprepare operations:                0
Number of times run:                 1
Memory used by prepared stmt:        10672
Bytes received by read():            9162
Bytes sent to write():               9383
Read() system calls:                 28
Write() system calls:                8
Bytes read from storage:             0
Bytes written to storage:            0
Cancelled write bytes:               0
7|1
3|3
Memory Used:                         98832 (max 197728) bytes
Number of Outstanding Allocations:   186 (max 203)
Number of Pcache Overflow Bytes:     25408 (max 33608) bytes
Largest Allocation:                  87360 bytes
Largest Pcache Allocation:           4368 bytes
Lookaside Slots Used:                74 (max 123)
Successful lookaside attempts:       603
Lookaside failures due to size:      5
Lookaside failures due to OOM:       10
Pager Heap Usage:                    22864 bytes
Page cache hits:                     1
Page cache misses:                   0
Page cache writes:                   0
Page cache spills:                   0
Temporary data spilled to disk:      0
Schema Heap Usage:                   1176 bytes
Statement Heap/Lookaside Usage:      24976 bytes
Fullscan Steps:                      3
Sort Operations:                     2
Autoindex Inserts:                   0
Virtual Machine Steps:               134
Reprepare operations:                0
Number of times run:                 1
Memory used by prepared stmt:        24976
Bytes received by read():            9259
Bytes sent to write():               10736
Read() system calls:                 30
Write() system calls:                9
Bytes read from storage:             0
Bytes written to storage:            0
Cancelled write bytes:               0
Memory Used:                         97264 (max 197728) bytes
Number of Outstanding Allocations:   185 (max 203)
Number of Pcache Overflow Bytes:     25408 (max 33608) bytes
Largest Allocation:                  87360 bytes
Largest Pcache Allocation:           4368 bytes
Lookaside Slots Used:                73 (max 123)
Successful lookaside attempts:       667
Lookaside failures due to size:      6
Lookaside failures due to OOM:       10
Pager Heap Usage:                    22864 bytes
Page cache hits:                     1
Page cache misses:                   0
Page cache writes:                   0
Page cache spills:                   0
Temporary data spilled to disk:      0
Schema Heap Usage:                   1176 bytes
Statement Heap/Lookaside Usage:      9472 bytes
Fullscan Steps:                      3
Sort Operations:                     1
Autoindex Inserts:                   0
Virtual Machine Steps:               94
Reprepare operations:                0
Number of times run:                 1
Memory used by prepared stmt:        9472
Bytes received by read():            9357
Bytes sent to write():               12086
Read() system calls:                 32
Write() system calls:                10
Bytes read from storage:             0
Bytes written to storage:            0
Cancelled write bytes:               0
1|3|3.5|6
3|1|4.0|10
Memory Used:                         99384 (max 197728) bytes
Number of Outstanding Allocations:   193 (max 203)
Number of Pcache Overflow Bytes:     25408 (max 33608) bytes
Largest Allocation:                  87360 bytes
Largest Pcache Allocation:           4368 bytes
Lookaside Slots Used:                78 (max 123)
Successful lookaside attempts:       770
Lookaside failures due to size:      8
Lookaside failures due to OOM:       18
Pager Heap Usage:                    22864 bytes
Page cache hits:                     1
Page cache misses:                   0
Page cache writes:                   0
Page cache spills:                   0
Temporary data spilled to disk:      0
Schema Heap Usage:                   1176 bytes
Statement Heap/Lookaside Usage:      29256 bytes
Fullscan Steps:                      3
Sort Operations:                     2
Autoindex Inserts:                   0
Virtual Machine Steps:               171
Reprepare operations:                0
Number of times run:                 1
Memory used by prepared stmt:        29256
Bytes received by read():            9456
Bytes sent to write():               13426
Read() system calls:                 34
Write() system calls:                11
Bytes read from storage:             0
Bytes written to storage:            0
Cancelled write bytes:               0
Memory Used:                         82744 (max 197728) bytes
Number of Outstanding Allocations:   167 (max 203)
Number of Pcache Overflow Bytes:     16936 (max 33608) bytes
Largest Allocation:                  87360 bytes
Largest Pcache Allocation:           4368 bytes
Lookaside Slots Used:                53 (max 123)
Successful lookaside attempts:       776
Lookaside failures due to size:      8
Lookaside failures due to OOM:       18
Pager Heap Usage:                    13608 bytes
Page cache hits:                     0
Page cache misses:                   0
Page cache writes:                   0
Page cache spills:                   0
Temporary data spilled to disk:      0
Schema Heap Usage:                   864 bytes
Statement Heap/Lookaside Usage:      2784 bytes
Fullscan Steps:                      0
Sort Operations:                     0
Autoindex Inserts:                   0
Virtual Machine Steps:               8
Reprepare operations:                0
Number of times run:                 1
Memory used by prepared stmt:        2784
Bytes received by read():            9555
Bytes sent to write():               14790
Read() system calls:                 36
Write() system calls:                12
Bytes read from storage:             0
Bytes written to storage:            0
Cancelled write bytes:               0
Memory Used:                         82744 (max 197728) bytes
Number of Outstanding Allocations:   167 (max 203)
Number of Pcache Overflow Bytes:     16936 (max 33608) bytes
Largest Allocation:                  87360 bytes
Largest Pcache Allocation:           4368 bytes
Lookaside Slots Used:                54 (max 123)
Successful lookaside attempts:       793
Lookaside failures due to size:      8
Lookaside failures due to OOM:       18
Pager Heap Usage:                    13608 bytes
Page cache hits:                     1
Page cache misses:                   0
Page cache writes:                   0
Page cache spills:                   0
Temporary data spilled to disk:      0
Schema Heap Usage:                   864 bytes
Statement Heap/Lookaside Usage:      2912 bytes
Fullscan Steps:                      0
Sort Operations:                     0
Autoindex Inserts:                   0
Virtual Machine Steps:               10
Reprepare operations:                0
Number of times run:                 1
Memory used by prepared stmt:        2912
Bytes received by read():            9654
Bytes sent to write():               16128
Read() system calls:                 38
Write() system calls:                13
Bytes read from storage:             0
Bytes written to storage:            0
Cancelled write bytes:               0
5
Memory Used:                         82744 (max 197728) bytes
Number of Outstanding Allocations:   167 (max 203)
Number of Pcache Overflow Bytes:     16936 (max 33608) bytes
Largest Allocation:                  87360 bytes
Largest Pcache Allocation:           4368 bytes
Lookaside Slots Used:                54 (max 123)
Successful lookaside attempts:       811
Lookaside failures due to size:      8
Lookaside failures due to OOM:       18
Pager Heap Usage:                    13608 bytes
Page cache hits:                     1
Page cache misses:                   0
Page cache writes:                   0
Page cache spills:                   0
Temporary data spilled to disk:      0
Schema Heap Usage:                   864 bytes
Statement Heap/Lookaside Usage:      2912 bytes
Fullscan Steps:                      0
Sort Operations:                     0
Autoindex Inserts:                   0
Virtual Machine Steps:               9
Reprepare operations:                0
Number of times run:                 1
Memory used by prepared stmt:        2912
Bytes received by read():            9753
Bytes sent to write():               17467
Read() system calls:                 40
Write() system calls:                14
Bytes read from storage:             0
Bytes written to storage:            0
Cancelled write bytes:               0
Memory Used:                         91032 (max 197728) bytes
Number of Outstanding Allocations:   188 (max 223)
Number of Pcache Overflow Bytes:     16936 (max 33608) bytes
Largest Allocation:                  87360 bytes
Largest Pcache Allocation:           4368 bytes
Lookaside Slots Used:                48 (max 123)
Successful lookaside attempts:       877
Lookaside failures due to size:      8
Lookaside failures due to OOM:       18
Pager Heap Usage:                    13608 bytes
Page cache hits:                     3
Page cache misses:                   0
Page cache writes:                   0
Page cache spills:                   0
Temporary data spilled to disk:      0
Schema Heap Usage:                   888 bytes
Statement Heap/Lookaside Usage:      4112 bytes
Fullscan Steps:                      0
Sort Operations:                     0
Autoindex Inserts:                   0
Virtual Machine Steps:               48
Reprepare operations:                0
Number of times run:                 1
Memory used by prepared stmt:        4112
Bytes received by read():            9852
Bytes sent to write():               18807
Read() system calls:                 42
Write() system calls:                15
Bytes read from storage:             0
Bytes written to storage:            0
Cancelled write bytes:               0
Memory Used:                         86928 (max 197728) bytes
Number of Outstanding Allocations:   172 (max 223)
Number of Pcache Overflow Bytes:     16936 (max 33608) bytes
Largest Allocation:                  87360 bytes
Largest Pcache Allocation:           4368 bytes
Lookaside Slots Used:                56 (max 123)
Successful lookaside attempts:       909
Lookaside failures due to size:      8
Lookaside failures due to OOM:       18
Pager Heap Usage:                    13608 bytes
Page cache hits:                     2
Page cache misses:                   0
Page cache writes:                   0
Page cache spills:                   0
Temporary data spilled to disk:      0
Schema Heap Usage:                   896 bytes
Statement Heap/Lookaside Usage:      4240 bytes
Fullscan Steps:                      4
Sort Operations:                     0
Autoindex Inserts:                   0
Virtual Machine Steps:               98
Reprepare operations:                0
Number of times run:                 1
Memory used by prepared stmt:        4240
Bytes received by read():            9951
Bytes sent to write():               20146
Read() system calls:                 44
Write() system calls:                16
Bytes read from storage:             0
Bytes written to storage:            0
Cancelled write bytes:               0
4|3|
4|3|
Memory Used:                         90584 (max 197728) bytes
Number of Outstanding Allocations:   174 (max 223)
Number of Pcache Overflow Bytes:     16936 (max 33608) bytes
Largest Allocation:                  87360 bytes
Largest Pcache Allocation:           4368 bytes
Lookaside Slots Used:                66 (max 123)
Successful lookaside attempts:       987
Lookaside failures due to size:      10
Lookaside failures due to OOM:       18
Pager Heap Usage:                    13608 bytes
Page cache hits:                     3
Page cache misses:                   0
Page cache writes:                   0
Page cache spills:                   0
Temporary data spilled to disk:      0
Schema Heap Usage:                   896 bytes
Statement Heap/Lookaside Usage:      8104 bytes
Fullscan Steps:                      18
Sort Operations:                     0
Autoindex Inserts:                   0
Virtual Machine Steps:               154
Reprepare operations:                0
Number of times run:                 1
Memory used by prepared stmt:        8104
Bytes received by read():            10050
Bytes sent to write():               21485
Read() system calls:                 46
Write() system calls:                17
Bytes read from storage:             0
Bytes written to storage:            0
Cancelled write bytes:               0
Memory Used:                         254736 (max 321200) bytes
Number of Outstanding Allocations:   205 (max 223)
Number of Pcache Overflow Bytes:     25136 (max 33608) bytes
Largest Allocation:                  87360 bytes
Largest Pcache Allocation:           4368 bytes
Lookaside Slots Used:                48 (max 123)
Successful lookaside attempts:       1055
Lookaside failures due to size:      10
Lookaside failures due to OOM:       18
Pager Heap Usage:                    22840 bytes
Page cache hits:                     3
Page cache misses:                   0
Page cache writes:                   0
Page cache spills:                   0
Temporary data spilled to disk:      0
Schema Heap Usage:                   1432 bytes
Statement Heap/Lookaside Usage:      2376 bytes
Fullscan Steps:                      0
Sort Operations:                     0
Autoindex Inserts:                   0
Virtual Machine Steps:               30
Reprepare operations:                0
Number of times run:                 1
Memory used by prepared stmt:        2376
Bytes received by read():            10194
Bytes sent to write():               22838
Read() system calls:                 49
Write() system calls:                18
Bytes read from storage:             0
Bytes written to storage:            0
Cancelled write bytes:               0
Memory Used:                         252360 (max 321200) bytes
Number of Outstanding Allocations:   193 (max 223)
Number of Pcache Overflow Bytes:     25136 (max 33608) bytes
Largest Allocation:                  87360 bytes
Largest Pcache Allocation:           4368 bytes
Lookaside Slots Used:                51 (max 123)
Successful lookaside attempts:       1060
Lookaside failures due to size:      10
Lookaside failures due to OOM:       18
Pager Heap Usage:                    22840 bytes
Page cache hits:                     0
Page cache misses:                   0
Page cache writes:                   0
Page cache spills:                   0
Temporary data spilled to disk:      0
Schema Heap Usage:                   1432 bytes
Statement Heap/Lookaside Usage:      2528 bytes
Fullscan Steps:                      0
Sort Operations:                     0
Autoindex Inserts:                   0
Virtual Machine Steps:               4
Reprepare operations:                0
Number of times run:                 1
Memory used by prepared stmt:        2528
Bytes received by read():            10294
Bytes sent to write():               24182
Read() system calls:                 51
Write() system calls:                19
Bytes read from storage:             0
Bytes written to storage:            0
Cancelled write bytes:               0
|1|
3|1|
4|1|
||
|1|
3|1|
4|1|
||
Memory Used:                         252360 (max 321200) bytes
Number of Outstanding Allocations:   193 (max 223)
Number of Pcache Overflow Bytes:     25136 (max 33608) bytes
Largest Allocation:                  87360 bytes
Largest Pcache Allocation:           4368 bytes
Lookaside Slots Used:                60 (max 123)
Successful lookaside attempts:       1091
Lookaside failures due to size:      10
Lookaside failures due to OOM:       18
Pager Heap Usage:                    22840 bytes
Page cache hits:                     1
Page cache misses:                   0
Page cache writes:                   0
Page cache spills:                   0
Temporary data spilled to disk:      0
Schema Heap Usage:                   1432 bytes
Statement Heap/Lookaside Usage:      4752 bytes
Fullscan Steps:                      7
Sort Operations:                     0
Autoindex Inserts:                   0
Virtual Machine Steps:               46
Reprepare operations:                0
Number of times run:                 1
Memory used by prepared stmt:        4752
Bytes received by read():            10394
Bytes sent to write():               25525
Read() system calls:                 53
Write() system calls:                20
Bytes read from storage:             0
Bytes written to storage:            0
Cancelled write bytes:               0
Memory Used:                         270528 (max 678816) bytes
Number of Outstanding Allocations:   225 (max 323)
Number of Pcache Overflow Bytes:     25136 (max 57936) bytes
Largest Allocation:                  87360 bytes
Largest Pcache Allocation:           4368 bytes
Lookaside Slots Used:                99 (max 123)
Successful lookaside attempts:       1425
Lookaside failures due to size:      13
Lookaside failures due to OOM:       256
Pager Heap Usage:                    22840 bytes
Page cache hits:                     14
Page cache misses:                   0
Page cache writes:                   0
Page cache spills:                   0
Temporary data spilled to disk:      0
Schema Heap Usage:                   1416 bytes
Statement Heap/Lookaside Usage:      42936 bytes
Fullscan Steps:                      0
Sort Operations:                     0
Autoindex Inserts:                   0
Virtual Machine Steps:               224
Reprepare operations:                0
Number of times run:                 1
Memory used by prepared stmt:        42936
Bytes received by read():            10494
Bytes sent to write():               26903
Read() system calls:                 55
Write() system calls:                21
Bytes read from storage:             0
Bytes written to storage:            0
Cancelled write bytes:               0
Memory Used:                         255256 (max 678816) bytes
Number of Outstanding Allocations:   213 (max 323)
Number of Pcache Overflow Bytes:     25136 (max 57936) bytes
Largest Allocation:                  87360 bytes
Largest Pcache Allocation:           4368 bytes
Lookaside Slots Used:                48 (max 123)
Successful lookaside attempts:       1493
Lookaside failures due to size:      13
Lookaside failures due to OOM:       256
Pager Heap Usage:                    22840 bytes
Page cache hits:                     3
Page cache misses:                   0
Page cache writes:                   0
Page cache spills:                   0
Temporary data spilled to disk:      0
Schema Heap Usage:                   1952 bytes
Statement Heap/Lookaside Usage:      2376 bytes
Fullscan Steps:                      0
Sort Operations:                     0
Autoindex Inserts:                   0
Virtual Machine Steps:               28
Reprepare operations:                0
Number of times run:                 1
Memory used by prepared stmt:        2376
Bytes received by read():            10594
Bytes sent to write():               28252
Read() system calls:                 57
Write() system calls:                22
Bytes read from storage:             0
Bytes written to storage:            0
Cancelled write bytes:               0
Memory Used:                         261640 (max 678816) bytes
Number of Outstanding Allocations:   227 (max 323)
Number of Pcache Overflow Bytes:     29504 (max 57936) bytes
Largest Allocation:                  87360 bytes
Largest Pcache Allocation:           4368 bytes
Lookaside Slots Used:                48 (max 123)
Successful lookaside attempts:       1566
Lookaside failures due to size:      13
Lookaside failures due to OOM:       256
Pager Heap Usage:                    27192 bytes
Page cache hits:                     4
Page cache misses:                   0
Page cache writes:                   0
Page cache spills:                   0
Temporary data spilled to disk:      0
Schema Heap Usage:                   2680 bytes
Statement Heap/Lookaside Usage:      3608 bytes
Fullscan Steps:                      0
Sort Operations:                     1
Autoindex Inserts:                   0
Virtual Machine Steps:               104
Reprepare operations:                0
Number of times run:                 1
Memory used by prepared stmt:        3608
Bytes received by read():            10694
Bytes sent to write():               29597
Read() system calls:                 59
Write() system calls:                23
Bytes read from storage:             0
Bytes written to storage:            0
Cancelled write bytes:               0
Memory Used:                         276208 (max 749376) bytes
Number of Outstanding Allocations:   243 (max 342)
Number of Pcache Overflow Bytes:     29504 (max 62304) bytes
Largest Allocation:                  87360 bytes
Largest Pcache Allocation:           4368 bytes
Lookaside Slots Used:                99 (max 123)
Successful lookaside attempts:       1900
Lookaside failures due to size:      16
Lookaside failures due to OOM:       505
Pager Heap Usage:                    27192 bytes
Page cache hits:                     14
Page cache misses:                   0
Page cache writes:                   0
Page cache spills:                   0
Temporary data spilled to disk:      0
Schema Heap Usage:                   2720 bytes
Statement Heap/Lookaside Usage:      42944 bytes
Fullscan Steps:                      8
Sort Operations:                     0
Autoindex Inserts:                   0
Virtual Machine Steps:               355
Reprepare operations:                0
Number of times run:                 1
Memory used by prepared stmt:        42944
Bytes received by read():            10794
Bytes sent to write():               30943
Read() system calls:                 62
Write() system calls:                24
Bytes read from storage:             0
Bytes written to storage:            0
Cancelled write bytes:               0

Flag