3178 lines
148 KiB
Markdown
3178 lines
148 KiB
Markdown
## Summary
|
|
<!--Explain briefly what goes wrong and explain why you believe this is a bug and not the intended behavior of SQLite (if it is not a crash).-->**No review yet**
|
|
|
|
## Minimized query
|
|
|
|
```sql
|
|
SAVEPOINT sp558;
|
|
PRAGMA defer_foreign_keys = 1;
|
|
SAVEPOINT sp1546;
|
|
.auth ON
|
|
creATE VIRTUAL TABLE t0 USING fts3("x", "y", "z");
|
|
DROP TABLE t0;
|
|
.auth ON
|
|
creATE VIRTUAL TABLE t0 USING fts3("x", "y", "z");
|
|
DROP TABLE t0;
|
|
.auth ON
|
|
creATE VIRTUAL TABLE t0 USING fts3("x", "y", "z");
|
|
DROP TABLE t0;
|
|
.auth ON
|
|
creATE VIRTUAL TABLE t0 USING fts3("x", "y", "z");
|
|
DROP TABLE t0;
|
|
.auth ON
|
|
creATE VIRTUAL TABLE t0 USING fts3("x", "y", "z");
|
|
DROP TABLE t0;
|
|
.auth ON
|
|
creATE VIRTUAL TABLE t0 USING fts3("x", "y", "z");
|
|
DROP TABLE t0;
|
|
.auth ON
|
|
creATE VIRTUAL TABLE t0 USING fts3("x", "y", "z");
|
|
DROP TABLE t0;
|
|
.auth ON
|
|
creATE VIRTUAL TABLE t0 USING fts3("x", "y", "z");
|
|
DROP TABLE t0;
|
|
.auth ON
|
|
creATE VIRTUAL TABLE t0 USING fts3("x", "y", "z");
|
|
DROP TABLE t0;
|
|
.auth ON
|
|
creATE VIRTUAL TABLE t0 USING fts3("x", "y", "z");
|
|
DROP TABLE t0;
|
|
|
|
ROLLBACK TRANSACTION TO SAVEPOINT sp1546;
|
|
RELEASE SAVEPOINT sp1546;
|
|
ROLLBACK TO sp558;
|
|
RELEASE sp558;
|
|
```
|
|
|
|
## Actual output
|
|
|
|
```sql
|
|
Memory Used: 62608 (max 62608) bytes
|
|
Number of Outstanding Allocations: 122 (max 122)
|
|
Number of Pcache Overflow Bytes: 4104 (max 4104) bytes
|
|
Largest Allocation: 48000 bytes
|
|
Largest Pcache Allocation: 4104 bytes
|
|
Lookaside Slots Used: 37 (max 37)
|
|
Successful lookaside attempts: 37
|
|
Lookaside failures due to size: 0
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 4904 bytes
|
|
Page cache hits: 0
|
|
Page cache misses: 0
|
|
Page cache writes: 0
|
|
Page cache spills: 0
|
|
Schema Heap Usage: 0 bytes
|
|
Statement Heap/Lookaside Usage: 2656 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: 2656
|
|
Bytes received by read(): 7231
|
|
Bytes sent to write(): 0
|
|
Read() system calls: 13
|
|
Write() system calls: 0
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
Memory Used: 62608 (max 62608) bytes
|
|
Number of Outstanding Allocations: 122 (max 122)
|
|
Number of Pcache Overflow Bytes: 4104 (max 4104) bytes
|
|
Largest Allocation: 48000 bytes
|
|
Largest Pcache Allocation: 4104 bytes
|
|
Lookaside Slots Used: 36 (max 37)
|
|
Successful lookaside attempts: 42
|
|
Lookaside failures due to size: 0
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 4904 bytes
|
|
Page cache hits: 0
|
|
Page cache misses: 0
|
|
Page cache writes: 0
|
|
Page cache spills: 0
|
|
Schema Heap Usage: 0 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(): 7325
|
|
Bytes sent to write(): 1285
|
|
Read() system calls: 15
|
|
Write() system calls: 1
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
Memory Used: 62608 (max 62608) bytes
|
|
Number of Outstanding Allocations: 122 (max 122)
|
|
Number of Pcache Overflow Bytes: 4104 (max 4104) bytes
|
|
Largest Allocation: 48000 bytes
|
|
Largest Pcache Allocation: 4104 bytes
|
|
Lookaside Slots Used: 38 (max 38)
|
|
Successful lookaside attempts: 47
|
|
Lookaside failures due to size: 0
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 4904 bytes
|
|
Page cache hits: 0
|
|
Page cache misses: 0
|
|
Page cache writes: 0
|
|
Page cache spills: 0
|
|
Schema Heap Usage: 0 bytes
|
|
Statement Heap/Lookaside Usage: 2656 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: 2656
|
|
Bytes received by read(): 7422
|
|
Bytes sent to write(): 2573
|
|
Read() system calls: 17
|
|
Write() system calls: 2
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_VTABLE "t0" "fts3" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_content" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_segments" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_segdir" NULL "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_INDEX "sqlite_autoindex_t0_segdir_1" "t0_segdir" "main" NULL
|
|
authorizer: READ "t0_segdir" "level" "main" NULL
|
|
authorizer: READ "t0_segdir" "idx" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: PRAGMA "page_size" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
Memory Used: 102184 (max 112032) bytes
|
|
Number of Outstanding Allocations: 215 (max 252)
|
|
Number of Pcache Overflow Bytes: 30008 (max 30008) bytes
|
|
Largest Allocation: 48000 bytes
|
|
Largest Pcache Allocation: 4360 bytes
|
|
Lookaside Slots Used: 35 (max 96)
|
|
Successful lookaside attempts: 358
|
|
Lookaside failures due to size: 0
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 26624 bytes
|
|
Page cache hits: 14
|
|
Page cache misses: 0
|
|
Page cache writes: 0
|
|
Page cache spills: 0
|
|
Schema Heap Usage: 2560 bytes
|
|
Statement Heap/Lookaside Usage: 2752 bytes
|
|
Fullscan Steps: 0
|
|
Sort Operations: 0
|
|
Autoindex Inserts: 0
|
|
Virtual Machine Steps: 33
|
|
Reprepare operations: 0
|
|
Number of times run: 1
|
|
Memory used by prepared stmt: 2752
|
|
Bytes received by read(): 7775
|
|
Bytes sent to write(): 3861
|
|
Read() system calls: 20
|
|
Write() system calls: 3
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_VTABLE "t0" "fts3" "main" NULL
|
|
authorizer: DELETE "t0" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_segments" NULL "main" NULL
|
|
authorizer: DELETE "t0_segments" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_segdir" NULL "main" NULL
|
|
authorizer: DELETE "t0_segdir" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_content" NULL "main" NULL
|
|
authorizer: DELETE "t0_content" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
Memory Used: 97264 (max 331176) bytes
|
|
Number of Outstanding Allocations: 158 (max 252)
|
|
Number of Pcache Overflow Bytes: 30008 (max 46424) bytes
|
|
Largest Allocation: 87200 bytes
|
|
Largest Pcache Allocation: 4360 bytes
|
|
Lookaside Slots Used: 47 (max 97)
|
|
Successful lookaside attempts: 626
|
|
Lookaside failures due to size: 4
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 26624 bytes
|
|
Page cache hits: 20
|
|
Page cache misses: 0
|
|
Page cache writes: 0
|
|
Page cache spills: 0
|
|
Schema Heap Usage: 760 bytes
|
|
Statement Heap/Lookaside Usage: 3680 bytes
|
|
Fullscan Steps: 4
|
|
Sort Operations: 0
|
|
Autoindex Inserts: 0
|
|
Virtual Machine Steps: 32
|
|
Reprepare operations: 0
|
|
Number of times run: 1
|
|
Memory used by prepared stmt: 3680
|
|
Bytes received by read(): 7872
|
|
Bytes sent to write(): 7561
|
|
Read() system calls: 22
|
|
Write() system calls: 4
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_VTABLE "t0" "fts3" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_content" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_segments" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_segdir" NULL "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_INDEX "sqlite_autoindex_t0_segdir_1" "t0_segdir" "main" NULL
|
|
authorizer: READ "t0_segdir" "level" "main" NULL
|
|
authorizer: READ "t0_segdir" "idx" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: PRAGMA "page_size" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
Memory Used: 102744 (max 331176) bytes
|
|
Number of Outstanding Allocations: 217 (max 294)
|
|
Number of Pcache Overflow Bytes: 30008 (max 46424) bytes
|
|
Largest Allocation: 87200 bytes
|
|
Largest Pcache Allocation: 4360 bytes
|
|
Lookaside Slots Used: 35 (max 97)
|
|
Successful lookaside attempts: 936
|
|
Lookaside failures due to size: 4
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 26624 bytes
|
|
Page cache hits: 20
|
|
Page cache misses: 0
|
|
Page cache writes: 0
|
|
Page cache spills: 0
|
|
Schema Heap Usage: 2576 bytes
|
|
Statement Heap/Lookaside Usage: 2720 bytes
|
|
Fullscan Steps: 0
|
|
Sort Operations: 0
|
|
Autoindex Inserts: 0
|
|
Virtual Machine Steps: 31
|
|
Reprepare operations: 0
|
|
Number of times run: 1
|
|
Memory used by prepared stmt: 2720
|
|
Bytes received by read(): 7969
|
|
Bytes sent to write(): 10557
|
|
Read() system calls: 24
|
|
Write() system calls: 5
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_VTABLE "t0" "fts3" "main" NULL
|
|
authorizer: DELETE "t0" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_segments" NULL "main" NULL
|
|
authorizer: DELETE "t0_segments" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_segdir" NULL "main" NULL
|
|
authorizer: DELETE "t0_segdir" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_content" NULL "main" NULL
|
|
authorizer: DELETE "t0_content" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
Memory Used: 97320 (max 331264) bytes
|
|
Number of Outstanding Allocations: 159 (max 294)
|
|
Number of Pcache Overflow Bytes: 30008 (max 46424) bytes
|
|
Largest Allocation: 87200 bytes
|
|
Largest Pcache Allocation: 4360 bytes
|
|
Lookaside Slots Used: 47 (max 97)
|
|
Successful lookaside attempts: 1204
|
|
Lookaside failures due to size: 8
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 26624 bytes
|
|
Page cache hits: 20
|
|
Page cache misses: 0
|
|
Page cache writes: 0
|
|
Page cache spills: 0
|
|
Schema Heap Usage: 760 bytes
|
|
Statement Heap/Lookaside Usage: 3680 bytes
|
|
Fullscan Steps: 4
|
|
Sort Operations: 0
|
|
Autoindex Inserts: 0
|
|
Virtual Machine Steps: 32
|
|
Reprepare operations: 0
|
|
Number of times run: 1
|
|
Memory used by prepared stmt: 3680
|
|
Bytes received by read(): 8067
|
|
Bytes sent to write(): 14258
|
|
Read() system calls: 26
|
|
Write() system calls: 6
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_VTABLE "t0" "fts3" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_content" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_segments" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_segdir" NULL "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_INDEX "sqlite_autoindex_t0_segdir_1" "t0_segdir" "main" NULL
|
|
authorizer: READ "t0_segdir" "level" "main" NULL
|
|
authorizer: READ "t0_segdir" "idx" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: PRAGMA "page_size" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
Memory Used: 102848 (max 331264) bytes
|
|
Number of Outstanding Allocations: 218 (max 295)
|
|
Number of Pcache Overflow Bytes: 30008 (max 46424) bytes
|
|
Largest Allocation: 87200 bytes
|
|
Largest Pcache Allocation: 4360 bytes
|
|
Lookaside Slots Used: 35 (max 97)
|
|
Successful lookaside attempts: 1514
|
|
Lookaside failures due to size: 8
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 26624 bytes
|
|
Page cache hits: 20
|
|
Page cache misses: 0
|
|
Page cache writes: 0
|
|
Page cache spills: 0
|
|
Schema Heap Usage: 2576 bytes
|
|
Statement Heap/Lookaside Usage: 2752 bytes
|
|
Fullscan Steps: 0
|
|
Sort Operations: 0
|
|
Autoindex Inserts: 0
|
|
Virtual Machine Steps: 31
|
|
Reprepare operations: 0
|
|
Number of times run: 1
|
|
Memory used by prepared stmt: 2752
|
|
Bytes received by read(): 8165
|
|
Bytes sent to write(): 17256
|
|
Read() system calls: 28
|
|
Write() system calls: 7
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_VTABLE "t0" "fts3" "main" NULL
|
|
authorizer: DELETE "t0" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_segments" NULL "main" NULL
|
|
authorizer: DELETE "t0_segments" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_segdir" NULL "main" NULL
|
|
authorizer: DELETE "t0_segdir" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_content" NULL "main" NULL
|
|
authorizer: DELETE "t0_content" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
Memory Used: 97392 (max 331352) bytes
|
|
Number of Outstanding Allocations: 160 (max 295)
|
|
Number of Pcache Overflow Bytes: 30008 (max 46424) bytes
|
|
Largest Allocation: 87200 bytes
|
|
Largest Pcache Allocation: 4360 bytes
|
|
Lookaside Slots Used: 47 (max 97)
|
|
Successful lookaside attempts: 1782
|
|
Lookaside failures due to size: 12
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 26624 bytes
|
|
Page cache hits: 20
|
|
Page cache misses: 0
|
|
Page cache writes: 0
|
|
Page cache spills: 0
|
|
Schema Heap Usage: 760 bytes
|
|
Statement Heap/Lookaside Usage: 3680 bytes
|
|
Fullscan Steps: 4
|
|
Sort Operations: 0
|
|
Autoindex Inserts: 0
|
|
Virtual Machine Steps: 32
|
|
Reprepare operations: 0
|
|
Number of times run: 1
|
|
Memory used by prepared stmt: 3680
|
|
Bytes received by read(): 8263
|
|
Bytes sent to write(): 20958
|
|
Read() system calls: 30
|
|
Write() system calls: 8
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_VTABLE "t0" "fts3" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_content" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_segments" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_segdir" NULL "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_INDEX "sqlite_autoindex_t0_segdir_1" "t0_segdir" "main" NULL
|
|
authorizer: READ "t0_segdir" "level" "main" NULL
|
|
authorizer: READ "t0_segdir" "idx" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: PRAGMA "page_size" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
Memory Used: 102888 (max 331352) bytes
|
|
Number of Outstanding Allocations: 219 (max 296)
|
|
Number of Pcache Overflow Bytes: 30008 (max 46424) bytes
|
|
Largest Allocation: 87200 bytes
|
|
Largest Pcache Allocation: 4360 bytes
|
|
Lookaside Slots Used: 35 (max 97)
|
|
Successful lookaside attempts: 2092
|
|
Lookaside failures due to size: 12
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 26624 bytes
|
|
Page cache hits: 20
|
|
Page cache misses: 0
|
|
Page cache writes: 0
|
|
Page cache spills: 0
|
|
Schema Heap Usage: 2608 bytes
|
|
Statement Heap/Lookaside Usage: 2720 bytes
|
|
Fullscan Steps: 0
|
|
Sort Operations: 0
|
|
Autoindex Inserts: 0
|
|
Virtual Machine Steps: 31
|
|
Reprepare operations: 0
|
|
Number of times run: 1
|
|
Memory used by prepared stmt: 2720
|
|
Bytes received by read(): 8361
|
|
Bytes sent to write(): 23957
|
|
Read() system calls: 32
|
|
Write() system calls: 9
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_VTABLE "t0" "fts3" "main" NULL
|
|
authorizer: DELETE "t0" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_segments" NULL "main" NULL
|
|
authorizer: DELETE "t0_segments" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_segdir" NULL "main" NULL
|
|
authorizer: DELETE "t0_segdir" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_content" NULL "main" NULL
|
|
authorizer: DELETE "t0_content" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
Memory Used: 97432 (max 331408) bytes
|
|
Number of Outstanding Allocations: 161 (max 296)
|
|
Number of Pcache Overflow Bytes: 30008 (max 46424) bytes
|
|
Largest Allocation: 87200 bytes
|
|
Largest Pcache Allocation: 4360 bytes
|
|
Lookaside Slots Used: 47 (max 97)
|
|
Successful lookaside attempts: 2360
|
|
Lookaside failures due to size: 16
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 26624 bytes
|
|
Page cache hits: 20
|
|
Page cache misses: 0
|
|
Page cache writes: 0
|
|
Page cache spills: 0
|
|
Schema Heap Usage: 760 bytes
|
|
Statement Heap/Lookaside Usage: 3680 bytes
|
|
Fullscan Steps: 4
|
|
Sort Operations: 0
|
|
Autoindex Inserts: 0
|
|
Virtual Machine Steps: 32
|
|
Reprepare operations: 0
|
|
Number of times run: 1
|
|
Memory used by prepared stmt: 3680
|
|
Bytes received by read(): 8459
|
|
Bytes sent to write(): 27660
|
|
Read() system calls: 34
|
|
Write() system calls: 10
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_VTABLE "t0" "fts3" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_content" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_segments" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_segdir" NULL "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_INDEX "sqlite_autoindex_t0_segdir_1" "t0_segdir" "main" NULL
|
|
authorizer: READ "t0_segdir" "level" "main" NULL
|
|
authorizer: READ "t0_segdir" "idx" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: PRAGMA "page_size" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
Memory Used: 102928 (max 331408) bytes
|
|
Number of Outstanding Allocations: 220 (max 297)
|
|
Number of Pcache Overflow Bytes: 30008 (max 46424) bytes
|
|
Largest Allocation: 87200 bytes
|
|
Largest Pcache Allocation: 4360 bytes
|
|
Lookaside Slots Used: 35 (max 97)
|
|
Successful lookaside attempts: 2670
|
|
Lookaside failures due to size: 16
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 26624 bytes
|
|
Page cache hits: 20
|
|
Page cache misses: 0
|
|
Page cache writes: 0
|
|
Page cache spills: 0
|
|
Schema Heap Usage: 2576 bytes
|
|
Statement Heap/Lookaside Usage: 2720 bytes
|
|
Fullscan Steps: 0
|
|
Sort Operations: 0
|
|
Autoindex Inserts: 0
|
|
Virtual Machine Steps: 31
|
|
Reprepare operations: 0
|
|
Number of times run: 1
|
|
Memory used by prepared stmt: 2720
|
|
Bytes received by read(): 8558
|
|
Bytes sent to write(): 30660
|
|
Read() system calls: 36
|
|
Write() system calls: 11
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_VTABLE "t0" "fts3" "main" NULL
|
|
authorizer: DELETE "t0" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_segments" NULL "main" NULL
|
|
authorizer: DELETE "t0_segments" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_segdir" NULL "main" NULL
|
|
authorizer: DELETE "t0_segdir" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_content" NULL "main" NULL
|
|
authorizer: DELETE "t0_content" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
Memory Used: 97504 (max 331432) bytes
|
|
Number of Outstanding Allocations: 162 (max 297)
|
|
Number of Pcache Overflow Bytes: 30008 (max 46424) bytes
|
|
Largest Allocation: 87200 bytes
|
|
Largest Pcache Allocation: 4360 bytes
|
|
Lookaside Slots Used: 47 (max 97)
|
|
Successful lookaside attempts: 2938
|
|
Lookaside failures due to size: 20
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 26624 bytes
|
|
Page cache hits: 20
|
|
Page cache misses: 0
|
|
Page cache writes: 0
|
|
Page cache spills: 0
|
|
Schema Heap Usage: 760 bytes
|
|
Statement Heap/Lookaside Usage: 3680 bytes
|
|
Fullscan Steps: 4
|
|
Sort Operations: 0
|
|
Autoindex Inserts: 0
|
|
Virtual Machine Steps: 32
|
|
Reprepare operations: 0
|
|
Number of times run: 1
|
|
Memory used by prepared stmt: 3680
|
|
Bytes received by read(): 8657
|
|
Bytes sent to write(): 34364
|
|
Read() system calls: 38
|
|
Write() system calls: 12
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_VTABLE "t0" "fts3" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_content" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_segments" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_segdir" NULL "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_INDEX "sqlite_autoindex_t0_segdir_1" "t0_segdir" "main" NULL
|
|
authorizer: READ "t0_segdir" "level" "main" NULL
|
|
authorizer: READ "t0_segdir" "idx" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: PRAGMA "page_size" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
Memory Used: 102984 (max 331432) bytes
|
|
Number of Outstanding Allocations: 221 (max 298)
|
|
Number of Pcache Overflow Bytes: 30008 (max 46424) bytes
|
|
Largest Allocation: 87200 bytes
|
|
Largest Pcache Allocation: 4360 bytes
|
|
Lookaside Slots Used: 35 (max 97)
|
|
Successful lookaside attempts: 3248
|
|
Lookaside failures due to size: 20
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 26624 bytes
|
|
Page cache hits: 20
|
|
Page cache misses: 0
|
|
Page cache writes: 0
|
|
Page cache spills: 0
|
|
Schema Heap Usage: 2560 bytes
|
|
Statement Heap/Lookaside Usage: 2752 bytes
|
|
Fullscan Steps: 0
|
|
Sort Operations: 0
|
|
Autoindex Inserts: 0
|
|
Virtual Machine Steps: 31
|
|
Reprepare operations: 0
|
|
Number of times run: 1
|
|
Memory used by prepared stmt: 2752
|
|
Bytes received by read(): 8756
|
|
Bytes sent to write(): 37364
|
|
Read() system calls: 40
|
|
Write() system calls: 13
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_VTABLE "t0" "fts3" "main" NULL
|
|
authorizer: DELETE "t0" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_segments" NULL "main" NULL
|
|
authorizer: DELETE "t0_segments" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_segdir" NULL "main" NULL
|
|
authorizer: DELETE "t0_segdir" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_content" NULL "main" NULL
|
|
authorizer: DELETE "t0_content" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
Memory Used: 97544 (max 331472) bytes
|
|
Number of Outstanding Allocations: 163 (max 298)
|
|
Number of Pcache Overflow Bytes: 30008 (max 46424) bytes
|
|
Largest Allocation: 87200 bytes
|
|
Largest Pcache Allocation: 4360 bytes
|
|
Lookaside Slots Used: 47 (max 97)
|
|
Successful lookaside attempts: 3516
|
|
Lookaside failures due to size: 24
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 26624 bytes
|
|
Page cache hits: 20
|
|
Page cache misses: 0
|
|
Page cache writes: 0
|
|
Page cache spills: 0
|
|
Schema Heap Usage: 760 bytes
|
|
Statement Heap/Lookaside Usage: 3680 bytes
|
|
Fullscan Steps: 4
|
|
Sort Operations: 0
|
|
Autoindex Inserts: 0
|
|
Virtual Machine Steps: 32
|
|
Reprepare operations: 0
|
|
Number of times run: 1
|
|
Memory used by prepared stmt: 3680
|
|
Bytes received by read(): 8855
|
|
Bytes sent to write(): 41068
|
|
Read() system calls: 42
|
|
Write() system calls: 14
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_VTABLE "t0" "fts3" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_content" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_segments" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_segdir" NULL "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_INDEX "sqlite_autoindex_t0_segdir_1" "t0_segdir" "main" NULL
|
|
authorizer: READ "t0_segdir" "level" "main" NULL
|
|
authorizer: READ "t0_segdir" "idx" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: PRAGMA "page_size" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
Memory Used: 103056 (max 331472) bytes
|
|
Number of Outstanding Allocations: 222 (max 299)
|
|
Number of Pcache Overflow Bytes: 30008 (max 46424) bytes
|
|
Largest Allocation: 87200 bytes
|
|
Largest Pcache Allocation: 4360 bytes
|
|
Lookaside Slots Used: 35 (max 97)
|
|
Successful lookaside attempts: 3826
|
|
Lookaside failures due to size: 24
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 26624 bytes
|
|
Page cache hits: 20
|
|
Page cache misses: 0
|
|
Page cache writes: 0
|
|
Page cache spills: 0
|
|
Schema Heap Usage: 2560 bytes
|
|
Statement Heap/Lookaside Usage: 2768 bytes
|
|
Fullscan Steps: 0
|
|
Sort Operations: 0
|
|
Autoindex Inserts: 0
|
|
Virtual Machine Steps: 31
|
|
Reprepare operations: 0
|
|
Number of times run: 1
|
|
Memory used by prepared stmt: 2768
|
|
Bytes received by read(): 8954
|
|
Bytes sent to write(): 44068
|
|
Read() system calls: 44
|
|
Write() system calls: 15
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_VTABLE "t0" "fts3" "main" NULL
|
|
authorizer: DELETE "t0" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_segments" NULL "main" NULL
|
|
authorizer: DELETE "t0_segments" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_segdir" NULL "main" NULL
|
|
authorizer: DELETE "t0_segdir" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_content" NULL "main" NULL
|
|
authorizer: DELETE "t0_content" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
Memory Used: 97600 (max 331528) bytes
|
|
Number of Outstanding Allocations: 164 (max 299)
|
|
Number of Pcache Overflow Bytes: 30008 (max 46424) bytes
|
|
Largest Allocation: 87200 bytes
|
|
Largest Pcache Allocation: 4360 bytes
|
|
Lookaside Slots Used: 47 (max 97)
|
|
Successful lookaside attempts: 4094
|
|
Lookaside failures due to size: 28
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 26624 bytes
|
|
Page cache hits: 20
|
|
Page cache misses: 0
|
|
Page cache writes: 0
|
|
Page cache spills: 0
|
|
Schema Heap Usage: 760 bytes
|
|
Statement Heap/Lookaside Usage: 3680 bytes
|
|
Fullscan Steps: 4
|
|
Sort Operations: 0
|
|
Autoindex Inserts: 0
|
|
Virtual Machine Steps: 32
|
|
Reprepare operations: 0
|
|
Number of times run: 1
|
|
Memory used by prepared stmt: 3680
|
|
Bytes received by read(): 9053
|
|
Bytes sent to write(): 47772
|
|
Read() system calls: 46
|
|
Write() system calls: 16
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_VTABLE "t0" "fts3" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_content" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_segments" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_segdir" NULL "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_INDEX "sqlite_autoindex_t0_segdir_1" "t0_segdir" "main" NULL
|
|
authorizer: READ "t0_segdir" "level" "main" NULL
|
|
authorizer: READ "t0_segdir" "idx" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: PRAGMA "page_size" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
Memory Used: 103096 (max 331528) bytes
|
|
Number of Outstanding Allocations: 223 (max 300)
|
|
Number of Pcache Overflow Bytes: 30008 (max 46424) bytes
|
|
Largest Allocation: 87200 bytes
|
|
Largest Pcache Allocation: 4360 bytes
|
|
Lookaside Slots Used: 35 (max 97)
|
|
Successful lookaside attempts: 4404
|
|
Lookaside failures due to size: 28
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 26624 bytes
|
|
Page cache hits: 20
|
|
Page cache misses: 0
|
|
Page cache writes: 0
|
|
Page cache spills: 0
|
|
Schema Heap Usage: 2576 bytes
|
|
Statement Heap/Lookaside Usage: 2720 bytes
|
|
Fullscan Steps: 0
|
|
Sort Operations: 0
|
|
Autoindex Inserts: 0
|
|
Virtual Machine Steps: 31
|
|
Reprepare operations: 0
|
|
Number of times run: 1
|
|
Memory used by prepared stmt: 2720
|
|
Bytes received by read(): 9152
|
|
Bytes sent to write(): 50772
|
|
Read() system calls: 48
|
|
Write() system calls: 17
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_VTABLE "t0" "fts3" "main" NULL
|
|
authorizer: DELETE "t0" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_segments" NULL "main" NULL
|
|
authorizer: DELETE "t0_segments" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_segdir" NULL "main" NULL
|
|
authorizer: DELETE "t0_segdir" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_content" NULL "main" NULL
|
|
authorizer: DELETE "t0_content" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
Memory Used: 97672 (max 331600) bytes
|
|
Number of Outstanding Allocations: 165 (max 300)
|
|
Number of Pcache Overflow Bytes: 30008 (max 46424) bytes
|
|
Largest Allocation: 87200 bytes
|
|
Largest Pcache Allocation: 4360 bytes
|
|
Lookaside Slots Used: 47 (max 97)
|
|
Successful lookaside attempts: 4672
|
|
Lookaside failures due to size: 32
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 26624 bytes
|
|
Page cache hits: 20
|
|
Page cache misses: 0
|
|
Page cache writes: 0
|
|
Page cache spills: 0
|
|
Schema Heap Usage: 760 bytes
|
|
Statement Heap/Lookaside Usage: 3680 bytes
|
|
Fullscan Steps: 4
|
|
Sort Operations: 0
|
|
Autoindex Inserts: 0
|
|
Virtual Machine Steps: 32
|
|
Reprepare operations: 0
|
|
Number of times run: 1
|
|
Memory used by prepared stmt: 3680
|
|
Bytes received by read(): 9251
|
|
Bytes sent to write(): 54476
|
|
Read() system calls: 50
|
|
Write() system calls: 18
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_VTABLE "t0" "fts3" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_content" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_segments" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_segdir" NULL "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_INDEX "sqlite_autoindex_t0_segdir_1" "t0_segdir" "main" NULL
|
|
authorizer: READ "t0_segdir" "level" "main" NULL
|
|
authorizer: READ "t0_segdir" "idx" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: PRAGMA "page_size" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
Memory Used: 103152 (max 331600) bytes
|
|
Number of Outstanding Allocations: 224 (max 301)
|
|
Number of Pcache Overflow Bytes: 30008 (max 46424) bytes
|
|
Largest Allocation: 87200 bytes
|
|
Largest Pcache Allocation: 4360 bytes
|
|
Lookaside Slots Used: 35 (max 97)
|
|
Successful lookaside attempts: 4982
|
|
Lookaside failures due to size: 32
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 26624 bytes
|
|
Page cache hits: 20
|
|
Page cache misses: 0
|
|
Page cache writes: 0
|
|
Page cache spills: 0
|
|
Schema Heap Usage: 2592 bytes
|
|
Statement Heap/Lookaside Usage: 2720 bytes
|
|
Fullscan Steps: 0
|
|
Sort Operations: 0
|
|
Autoindex Inserts: 0
|
|
Virtual Machine Steps: 31
|
|
Reprepare operations: 0
|
|
Number of times run: 1
|
|
Memory used by prepared stmt: 2720
|
|
Bytes received by read(): 9350
|
|
Bytes sent to write(): 57476
|
|
Read() system calls: 52
|
|
Write() system calls: 19
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_VTABLE "t0" "fts3" "main" NULL
|
|
authorizer: DELETE "t0" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_segments" NULL "main" NULL
|
|
authorizer: DELETE "t0_segments" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_segdir" NULL "main" NULL
|
|
authorizer: DELETE "t0_segdir" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_content" NULL "main" NULL
|
|
authorizer: DELETE "t0_content" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
Memory Used: 97712 (max 331656) bytes
|
|
Number of Outstanding Allocations: 166 (max 301)
|
|
Number of Pcache Overflow Bytes: 30008 (max 46424) bytes
|
|
Largest Allocation: 87200 bytes
|
|
Largest Pcache Allocation: 4360 bytes
|
|
Lookaside Slots Used: 47 (max 97)
|
|
Successful lookaside attempts: 5250
|
|
Lookaside failures due to size: 36
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 26624 bytes
|
|
Page cache hits: 20
|
|
Page cache misses: 0
|
|
Page cache writes: 0
|
|
Page cache spills: 0
|
|
Schema Heap Usage: 760 bytes
|
|
Statement Heap/Lookaside Usage: 3680 bytes
|
|
Fullscan Steps: 4
|
|
Sort Operations: 0
|
|
Autoindex Inserts: 0
|
|
Virtual Machine Steps: 32
|
|
Reprepare operations: 0
|
|
Number of times run: 1
|
|
Memory used by prepared stmt: 3680
|
|
Bytes received by read(): 9449
|
|
Bytes sent to write(): 61180
|
|
Read() system calls: 54
|
|
Write() system calls: 20
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_VTABLE "t0" "fts3" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_content" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_segments" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_segdir" NULL "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_INDEX "sqlite_autoindex_t0_segdir_1" "t0_segdir" "main" NULL
|
|
authorizer: READ "t0_segdir" "level" "main" NULL
|
|
authorizer: READ "t0_segdir" "idx" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: PRAGMA "page_size" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
Memory Used: 103240 (max 331656) bytes
|
|
Number of Outstanding Allocations: 225 (max 302)
|
|
Number of Pcache Overflow Bytes: 30008 (max 46424) bytes
|
|
Largest Allocation: 87200 bytes
|
|
Largest Pcache Allocation: 4360 bytes
|
|
Lookaside Slots Used: 35 (max 97)
|
|
Successful lookaside attempts: 5560
|
|
Lookaside failures due to size: 36
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 26624 bytes
|
|
Page cache hits: 20
|
|
Page cache misses: 0
|
|
Page cache writes: 0
|
|
Page cache spills: 0
|
|
Schema Heap Usage: 2560 bytes
|
|
Statement Heap/Lookaside Usage: 2784 bytes
|
|
Fullscan Steps: 0
|
|
Sort Operations: 0
|
|
Autoindex Inserts: 0
|
|
Virtual Machine Steps: 31
|
|
Reprepare operations: 0
|
|
Number of times run: 1
|
|
Memory used by prepared stmt: 2784
|
|
Bytes received by read(): 9548
|
|
Bytes sent to write(): 64180
|
|
Read() system calls: 56
|
|
Write() system calls: 21
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_VTABLE "t0" "fts3" "main" NULL
|
|
authorizer: DELETE "t0" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_segments" NULL "main" NULL
|
|
authorizer: DELETE "t0_segments" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_segdir" NULL "main" NULL
|
|
authorizer: DELETE "t0_segdir" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_content" NULL "main" NULL
|
|
authorizer: DELETE "t0_content" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
Memory Used: 97768 (max 331680) bytes
|
|
Number of Outstanding Allocations: 167 (max 302)
|
|
Number of Pcache Overflow Bytes: 30008 (max 46424) bytes
|
|
Largest Allocation: 87200 bytes
|
|
Largest Pcache Allocation: 4360 bytes
|
|
Lookaside Slots Used: 47 (max 97)
|
|
Successful lookaside attempts: 5828
|
|
Lookaside failures due to size: 40
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 26624 bytes
|
|
Page cache hits: 20
|
|
Page cache misses: 0
|
|
Page cache writes: 0
|
|
Page cache spills: 0
|
|
Schema Heap Usage: 760 bytes
|
|
Statement Heap/Lookaside Usage: 3680 bytes
|
|
Fullscan Steps: 4
|
|
Sort Operations: 0
|
|
Autoindex Inserts: 0
|
|
Virtual Machine Steps: 32
|
|
Reprepare operations: 0
|
|
Number of times run: 1
|
|
Memory used by prepared stmt: 3680
|
|
Bytes received by read(): 9647
|
|
Bytes sent to write(): 67884
|
|
Read() system calls: 58
|
|
Write() system calls: 22
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
authorizer: SAVEPOINT "ROLLBACK" "sp1546" NULL NULL
|
|
Memory Used: 96992 (max 331680) bytes
|
|
Number of Outstanding Allocations: 148 (max 302)
|
|
Number of Pcache Overflow Bytes: 30008 (max 46424) bytes
|
|
Largest Allocation: 87200 bytes
|
|
Largest Pcache Allocation: 4360 bytes
|
|
Lookaside Slots Used: 39 (max 97)
|
|
Successful lookaside attempts: 5832
|
|
Lookaside failures due to size: 40
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 26624 bytes
|
|
Page cache hits: 0
|
|
Page cache misses: 0
|
|
Page cache writes: 0
|
|
Page cache spills: 0
|
|
Schema Heap Usage: 0 bytes
|
|
Statement Heap/Lookaside Usage: 2656 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: 2656
|
|
Bytes received by read(): 9746
|
|
Bytes sent to write(): 70884
|
|
Read() system calls: 60
|
|
Write() system calls: 23
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
authorizer: SAVEPOINT "RELEASE" "sp1546" NULL NULL
|
|
Memory Used: 91312 (max 331680) bytes
|
|
Number of Outstanding Allocations: 142 (max 302)
|
|
Number of Pcache Overflow Bytes: 30008 (max 46424) bytes
|
|
Largest Allocation: 87200 bytes
|
|
Largest Pcache Allocation: 4360 bytes
|
|
Lookaside Slots Used: 38 (max 97)
|
|
Successful lookaside attempts: 5836
|
|
Lookaside failures due to size: 40
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 26624 bytes
|
|
Page cache hits: 0
|
|
Page cache misses: 0
|
|
Page cache writes: 0
|
|
Page cache spills: 0
|
|
Schema Heap Usage: 0 bytes
|
|
Statement Heap/Lookaside Usage: 2656 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: 2656
|
|
Bytes received by read(): 9845
|
|
Bytes sent to write(): 72233
|
|
Read() system calls: 62
|
|
Write() system calls: 24
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
authorizer: SAVEPOINT "ROLLBACK" "sp558" NULL NULL
|
|
Memory Used: 91312 (max 331680) bytes
|
|
Number of Outstanding Allocations: 142 (max 302)
|
|
Number of Pcache Overflow Bytes: 30008 (max 46424) bytes
|
|
Largest Allocation: 87200 bytes
|
|
Largest Pcache Allocation: 4360 bytes
|
|
Lookaside Slots Used: 38 (max 97)
|
|
Successful lookaside attempts: 5840
|
|
Lookaside failures due to size: 40
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 26624 bytes
|
|
Page cache hits: 0
|
|
Page cache misses: 0
|
|
Page cache writes: 0
|
|
Page cache spills: 0
|
|
Schema Heap Usage: 0 bytes
|
|
Statement Heap/Lookaside Usage: 2656 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: 2656
|
|
Bytes received by read(): 9944
|
|
Bytes sent to write(): 73581
|
|
Read() system calls: 64
|
|
Write() system calls: 25
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
authorizer: SAVEPOINT "RELEASE" "sp558" NULL NULL
|
|
Memory Used: 71072 (max 331680) bytes
|
|
Number of Outstanding Allocations: 124 (max 302)
|
|
Number of Pcache Overflow Bytes: 12568 (max 46424) bytes
|
|
Largest Allocation: 87200 bytes
|
|
Largest Pcache Allocation: 4360 bytes
|
|
Lookaside Slots Used: 36 (max 97)
|
|
Successful lookaside attempts: 5844
|
|
Lookaside failures due to size: 40
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 9248 bytes
|
|
Page cache hits: 0
|
|
Page cache misses: 0
|
|
Page cache writes: 0
|
|
Page cache spills: 0
|
|
Schema Heap Usage: 0 bytes
|
|
Statement Heap/Lookaside Usage: 2656 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: 2656
|
|
Bytes received by read(): 10043
|
|
Bytes sent to write(): 74929
|
|
Read() system calls: 67
|
|
Write() system calls: 26
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
```
|
|
|
|
## Expectation
|
|
|
|
```sql
|
|
Memory Used: 63416 (max 63416) bytes
|
|
Number of Outstanding Allocations: 132 (max 132)
|
|
Number of Pcache Overflow Bytes: 4104 (max 4104) bytes
|
|
Largest Allocation: 48000 bytes
|
|
Largest Pcache Allocation: 4104 bytes
|
|
Lookaside Slots Used: 53 (max 53)
|
|
Successful lookaside attempts: 53
|
|
Lookaside failures due to size: 0
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 4904 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: 0 bytes
|
|
Statement Heap/Lookaside Usage: 2656 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: 2656
|
|
Bytes received by read(): 8007
|
|
Bytes sent to write(): 0
|
|
Read() system calls: 14
|
|
Write() system calls: 0
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
Memory Used: 63416 (max 63416) bytes
|
|
Number of Outstanding Allocations: 132 (max 132)
|
|
Number of Pcache Overflow Bytes: 4104 (max 4104) bytes
|
|
Largest Allocation: 48000 bytes
|
|
Largest Pcache Allocation: 4104 bytes
|
|
Lookaside Slots Used: 52 (max 53)
|
|
Successful lookaside attempts: 58
|
|
Lookaside failures due to size: 0
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 4904 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: 0 bytes
|
|
Statement Heap/Lookaside Usage: 2528 bytes
|
|
Fullscan Steps: 0
|
|
Sort Operations: 0
|
|
Autoindex Inserts: 0
|
|
Virtual Machine Steps: 5
|
|
Reprepare operations: 0
|
|
Number of times run: 1
|
|
Memory used by prepared stmt: 2528
|
|
Bytes received by read(): 8101
|
|
Bytes sent to write(): 1324
|
|
Read() system calls: 16
|
|
Write() system calls: 1
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
Memory Used: 63416 (max 63416) bytes
|
|
Number of Outstanding Allocations: 132 (max 132)
|
|
Number of Pcache Overflow Bytes: 4104 (max 4104) bytes
|
|
Largest Allocation: 48000 bytes
|
|
Largest Pcache Allocation: 4104 bytes
|
|
Lookaside Slots Used: 54 (max 54)
|
|
Successful lookaside attempts: 63
|
|
Lookaside failures due to size: 0
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 4904 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: 0 bytes
|
|
Statement Heap/Lookaside Usage: 2656 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: 2656
|
|
Bytes received by read(): 8198
|
|
Bytes sent to write(): 2651
|
|
Read() system calls: 18
|
|
Write() system calls: 2
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_VTABLE "t0" "fts3" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_content" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_segments" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_segdir" NULL "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_INDEX "sqlite_autoindex_t0_segdir_1" "t0_segdir" "main" NULL
|
|
authorizer: READ "t0_segdir" "level" "main" NULL
|
|
authorizer: READ "t0_segdir" "idx" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: PRAGMA "page_size" NULL "main" NULL
|
|
Memory Used: 102584 (max 112008) bytes
|
|
Number of Outstanding Allocations: 226 (max 253)
|
|
Number of Pcache Overflow Bytes: 30040 (max 30040) bytes
|
|
Largest Allocation: 48000 bytes
|
|
Largest Pcache Allocation: 4368 bytes
|
|
Lookaside Slots Used: 51 (max 105)
|
|
Successful lookaside attempts: 346
|
|
Lookaside failures due to size: 0
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 26664 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: 2392 bytes
|
|
Statement Heap/Lookaside Usage: 2616 bytes
|
|
Fullscan Steps: 0
|
|
Sort Operations: 0
|
|
Autoindex Inserts: 0
|
|
Virtual Machine Steps: 33
|
|
Reprepare operations: 0
|
|
Number of times run: 1
|
|
Memory used by prepared stmt: 2616
|
|
Bytes received by read(): 8295
|
|
Bytes sent to write(): 3978
|
|
Read() system calls: 20
|
|
Write() system calls: 3
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_VTABLE "t0" "fts3" "main" NULL
|
|
authorizer: DELETE "t0" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_segments" NULL "main" NULL
|
|
authorizer: DELETE "t0_segments" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_segdir" NULL "main" NULL
|
|
authorizer: DELETE "t0_segdir" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_content" NULL "main" NULL
|
|
authorizer: DELETE "t0_content" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
Memory Used: 98128 (max 331720) bytes
|
|
Number of Outstanding Allocations: 169 (max 258)
|
|
Number of Pcache Overflow Bytes: 30040 (max 46440) bytes
|
|
Largest Allocation: 87360 bytes
|
|
Largest Pcache Allocation: 4368 bytes
|
|
Lookaside Slots Used: 61 (max 105)
|
|
Successful lookaside attempts: 586
|
|
Lookaside failures due to size: 4
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 26664 bytes
|
|
Page cache hits: 20
|
|
Page cache misses: 0
|
|
Page cache writes: 0
|
|
Page cache spills: 0
|
|
Temporary data spilled to disk: 0
|
|
Schema Heap Usage: 880 bytes
|
|
Statement Heap/Lookaside Usage: 3424 bytes
|
|
Fullscan Steps: 4
|
|
Sort Operations: 0
|
|
Autoindex Inserts: 0
|
|
Virtual Machine Steps: 32
|
|
Reprepare operations: 0
|
|
Number of times run: 1
|
|
Memory used by prepared stmt: 3424
|
|
Bytes received by read(): 8392
|
|
Bytes sent to write(): 7388
|
|
Read() system calls: 22
|
|
Write() system calls: 4
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_VTABLE "t0" "fts3" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_content" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_segments" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_segdir" NULL "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_INDEX "sqlite_autoindex_t0_segdir_1" "t0_segdir" "main" NULL
|
|
authorizer: READ "t0_segdir" "level" "main" NULL
|
|
authorizer: READ "t0_segdir" "idx" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: PRAGMA "page_size" NULL "main" NULL
|
|
Memory Used: 103144 (max 331720) bytes
|
|
Number of Outstanding Allocations: 228 (max 287)
|
|
Number of Pcache Overflow Bytes: 30040 (max 46440) bytes
|
|
Largest Allocation: 87360 bytes
|
|
Largest Pcache Allocation: 4368 bytes
|
|
Lookaside Slots Used: 51 (max 106)
|
|
Successful lookaside attempts: 868
|
|
Lookaside failures due to size: 4
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 26664 bytes
|
|
Page cache hits: 20
|
|
Page cache misses: 0
|
|
Page cache writes: 0
|
|
Page cache spills: 0
|
|
Temporary data spilled to disk: 0
|
|
Schema Heap Usage: 2392 bytes
|
|
Statement Heap/Lookaside Usage: 2616 bytes
|
|
Fullscan Steps: 0
|
|
Sort Operations: 0
|
|
Autoindex Inserts: 0
|
|
Virtual Machine Steps: 31
|
|
Reprepare operations: 0
|
|
Number of times run: 1
|
|
Memory used by prepared stmt: 2616
|
|
Bytes received by read(): 8489
|
|
Bytes sent to write(): 10424
|
|
Read() system calls: 24
|
|
Write() system calls: 5
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_VTABLE "t0" "fts3" "main" NULL
|
|
authorizer: DELETE "t0" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_segments" NULL "main" NULL
|
|
authorizer: DELETE "t0_segments" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_segdir" NULL "main" NULL
|
|
authorizer: DELETE "t0_segdir" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_content" NULL "main" NULL
|
|
authorizer: DELETE "t0_content" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
Memory Used: 98176 (max 331768) bytes
|
|
Number of Outstanding Allocations: 170 (max 287)
|
|
Number of Pcache Overflow Bytes: 30040 (max 46440) bytes
|
|
Largest Allocation: 87360 bytes
|
|
Largest Pcache Allocation: 4368 bytes
|
|
Lookaside Slots Used: 61 (max 106)
|
|
Successful lookaside attempts: 1108
|
|
Lookaside failures due to size: 8
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 26664 bytes
|
|
Page cache hits: 20
|
|
Page cache misses: 0
|
|
Page cache writes: 0
|
|
Page cache spills: 0
|
|
Temporary data spilled to disk: 0
|
|
Schema Heap Usage: 880 bytes
|
|
Statement Heap/Lookaside Usage: 3424 bytes
|
|
Fullscan Steps: 4
|
|
Sort Operations: 0
|
|
Autoindex Inserts: 0
|
|
Virtual Machine Steps: 32
|
|
Reprepare operations: 0
|
|
Number of times run: 1
|
|
Memory used by prepared stmt: 3424
|
|
Bytes received by read(): 8587
|
|
Bytes sent to write(): 13835
|
|
Read() system calls: 26
|
|
Write() system calls: 6
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_VTABLE "t0" "fts3" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_content" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_segments" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_segdir" NULL "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_INDEX "sqlite_autoindex_t0_segdir_1" "t0_segdir" "main" NULL
|
|
authorizer: READ "t0_segdir" "level" "main" NULL
|
|
authorizer: READ "t0_segdir" "idx" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: PRAGMA "page_size" NULL "main" NULL
|
|
Memory Used: 103192 (max 331768) bytes
|
|
Number of Outstanding Allocations: 229 (max 288)
|
|
Number of Pcache Overflow Bytes: 30040 (max 46440) bytes
|
|
Largest Allocation: 87360 bytes
|
|
Largest Pcache Allocation: 4368 bytes
|
|
Lookaside Slots Used: 51 (max 106)
|
|
Successful lookaside attempts: 1390
|
|
Lookaside failures due to size: 8
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 26664 bytes
|
|
Page cache hits: 20
|
|
Page cache misses: 0
|
|
Page cache writes: 0
|
|
Page cache spills: 0
|
|
Temporary data spilled to disk: 0
|
|
Schema Heap Usage: 2392 bytes
|
|
Statement Heap/Lookaside Usage: 2616 bytes
|
|
Fullscan Steps: 0
|
|
Sort Operations: 0
|
|
Autoindex Inserts: 0
|
|
Virtual Machine Steps: 31
|
|
Reprepare operations: 0
|
|
Number of times run: 1
|
|
Memory used by prepared stmt: 2616
|
|
Bytes received by read(): 8685
|
|
Bytes sent to write(): 16873
|
|
Read() system calls: 28
|
|
Write() system calls: 7
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_VTABLE "t0" "fts3" "main" NULL
|
|
authorizer: DELETE "t0" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_segments" NULL "main" NULL
|
|
authorizer: DELETE "t0_segments" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_segdir" NULL "main" NULL
|
|
authorizer: DELETE "t0_segdir" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_content" NULL "main" NULL
|
|
authorizer: DELETE "t0_content" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
Memory Used: 98224 (max 331816) bytes
|
|
Number of Outstanding Allocations: 171 (max 288)
|
|
Number of Pcache Overflow Bytes: 30040 (max 46440) bytes
|
|
Largest Allocation: 87360 bytes
|
|
Largest Pcache Allocation: 4368 bytes
|
|
Lookaside Slots Used: 61 (max 106)
|
|
Successful lookaside attempts: 1630
|
|
Lookaside failures due to size: 12
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 26664 bytes
|
|
Page cache hits: 20
|
|
Page cache misses: 0
|
|
Page cache writes: 0
|
|
Page cache spills: 0
|
|
Temporary data spilled to disk: 0
|
|
Schema Heap Usage: 880 bytes
|
|
Statement Heap/Lookaside Usage: 3424 bytes
|
|
Fullscan Steps: 4
|
|
Sort Operations: 0
|
|
Autoindex Inserts: 0
|
|
Virtual Machine Steps: 32
|
|
Reprepare operations: 0
|
|
Number of times run: 1
|
|
Memory used by prepared stmt: 3424
|
|
Bytes received by read(): 8783
|
|
Bytes sent to write(): 20285
|
|
Read() system calls: 30
|
|
Write() system calls: 8
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_VTABLE "t0" "fts3" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_content" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_segments" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_segdir" NULL "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_INDEX "sqlite_autoindex_t0_segdir_1" "t0_segdir" "main" NULL
|
|
authorizer: READ "t0_segdir" "level" "main" NULL
|
|
authorizer: READ "t0_segdir" "idx" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: PRAGMA "page_size" NULL "main" NULL
|
|
Memory Used: 103240 (max 331816) bytes
|
|
Number of Outstanding Allocations: 230 (max 289)
|
|
Number of Pcache Overflow Bytes: 30040 (max 46440) bytes
|
|
Largest Allocation: 87360 bytes
|
|
Largest Pcache Allocation: 4368 bytes
|
|
Lookaside Slots Used: 51 (max 106)
|
|
Successful lookaside attempts: 1912
|
|
Lookaside failures due to size: 12
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 26664 bytes
|
|
Page cache hits: 20
|
|
Page cache misses: 0
|
|
Page cache writes: 0
|
|
Page cache spills: 0
|
|
Temporary data spilled to disk: 0
|
|
Schema Heap Usage: 2392 bytes
|
|
Statement Heap/Lookaside Usage: 2616 bytes
|
|
Fullscan Steps: 0
|
|
Sort Operations: 0
|
|
Autoindex Inserts: 0
|
|
Virtual Machine Steps: 31
|
|
Reprepare operations: 0
|
|
Number of times run: 1
|
|
Memory used by prepared stmt: 2616
|
|
Bytes received by read(): 8881
|
|
Bytes sent to write(): 23324
|
|
Read() system calls: 32
|
|
Write() system calls: 9
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_VTABLE "t0" "fts3" "main" NULL
|
|
authorizer: DELETE "t0" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_segments" NULL "main" NULL
|
|
authorizer: DELETE "t0_segments" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_segdir" NULL "main" NULL
|
|
authorizer: DELETE "t0_segdir" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_content" NULL "main" NULL
|
|
authorizer: DELETE "t0_content" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
Memory Used: 98272 (max 331864) bytes
|
|
Number of Outstanding Allocations: 172 (max 289)
|
|
Number of Pcache Overflow Bytes: 30040 (max 46440) bytes
|
|
Largest Allocation: 87360 bytes
|
|
Largest Pcache Allocation: 4368 bytes
|
|
Lookaside Slots Used: 61 (max 106)
|
|
Successful lookaside attempts: 2152
|
|
Lookaside failures due to size: 16
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 26664 bytes
|
|
Page cache hits: 20
|
|
Page cache misses: 0
|
|
Page cache writes: 0
|
|
Page cache spills: 0
|
|
Temporary data spilled to disk: 0
|
|
Schema Heap Usage: 880 bytes
|
|
Statement Heap/Lookaside Usage: 3424 bytes
|
|
Fullscan Steps: 4
|
|
Sort Operations: 0
|
|
Autoindex Inserts: 0
|
|
Virtual Machine Steps: 32
|
|
Reprepare operations: 0
|
|
Number of times run: 1
|
|
Memory used by prepared stmt: 3424
|
|
Bytes received by read(): 8979
|
|
Bytes sent to write(): 26737
|
|
Read() system calls: 34
|
|
Write() system calls: 10
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_VTABLE "t0" "fts3" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_content" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_segments" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_segdir" NULL "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_INDEX "sqlite_autoindex_t0_segdir_1" "t0_segdir" "main" NULL
|
|
authorizer: READ "t0_segdir" "level" "main" NULL
|
|
authorizer: READ "t0_segdir" "idx" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: PRAGMA "page_size" NULL "main" NULL
|
|
Memory Used: 103288 (max 331864) bytes
|
|
Number of Outstanding Allocations: 231 (max 290)
|
|
Number of Pcache Overflow Bytes: 30040 (max 46440) bytes
|
|
Largest Allocation: 87360 bytes
|
|
Largest Pcache Allocation: 4368 bytes
|
|
Lookaside Slots Used: 51 (max 106)
|
|
Successful lookaside attempts: 2434
|
|
Lookaside failures due to size: 16
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 26664 bytes
|
|
Page cache hits: 20
|
|
Page cache misses: 0
|
|
Page cache writes: 0
|
|
Page cache spills: 0
|
|
Temporary data spilled to disk: 0
|
|
Schema Heap Usage: 2392 bytes
|
|
Statement Heap/Lookaside Usage: 2616 bytes
|
|
Fullscan Steps: 0
|
|
Sort Operations: 0
|
|
Autoindex Inserts: 0
|
|
Virtual Machine Steps: 31
|
|
Reprepare operations: 0
|
|
Number of times run: 1
|
|
Memory used by prepared stmt: 2616
|
|
Bytes received by read(): 9078
|
|
Bytes sent to write(): 29777
|
|
Read() system calls: 36
|
|
Write() system calls: 11
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_VTABLE "t0" "fts3" "main" NULL
|
|
authorizer: DELETE "t0" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_segments" NULL "main" NULL
|
|
authorizer: DELETE "t0_segments" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_segdir" NULL "main" NULL
|
|
authorizer: DELETE "t0_segdir" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_content" NULL "main" NULL
|
|
authorizer: DELETE "t0_content" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
Memory Used: 98320 (max 331912) bytes
|
|
Number of Outstanding Allocations: 173 (max 290)
|
|
Number of Pcache Overflow Bytes: 30040 (max 46440) bytes
|
|
Largest Allocation: 87360 bytes
|
|
Largest Pcache Allocation: 4368 bytes
|
|
Lookaside Slots Used: 61 (max 106)
|
|
Successful lookaside attempts: 2674
|
|
Lookaside failures due to size: 20
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 26664 bytes
|
|
Page cache hits: 20
|
|
Page cache misses: 0
|
|
Page cache writes: 0
|
|
Page cache spills: 0
|
|
Temporary data spilled to disk: 0
|
|
Schema Heap Usage: 880 bytes
|
|
Statement Heap/Lookaside Usage: 3424 bytes
|
|
Fullscan Steps: 4
|
|
Sort Operations: 0
|
|
Autoindex Inserts: 0
|
|
Virtual Machine Steps: 32
|
|
Reprepare operations: 0
|
|
Number of times run: 1
|
|
Memory used by prepared stmt: 3424
|
|
Bytes received by read(): 9177
|
|
Bytes sent to write(): 33191
|
|
Read() system calls: 38
|
|
Write() system calls: 12
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_VTABLE "t0" "fts3" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_content" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_segments" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_segdir" NULL "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_INDEX "sqlite_autoindex_t0_segdir_1" "t0_segdir" "main" NULL
|
|
authorizer: READ "t0_segdir" "level" "main" NULL
|
|
authorizer: READ "t0_segdir" "idx" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: PRAGMA "page_size" NULL "main" NULL
|
|
Memory Used: 103336 (max 331912) bytes
|
|
Number of Outstanding Allocations: 232 (max 291)
|
|
Number of Pcache Overflow Bytes: 30040 (max 46440) bytes
|
|
Largest Allocation: 87360 bytes
|
|
Largest Pcache Allocation: 4368 bytes
|
|
Lookaside Slots Used: 51 (max 106)
|
|
Successful lookaside attempts: 2956
|
|
Lookaside failures due to size: 20
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 26664 bytes
|
|
Page cache hits: 20
|
|
Page cache misses: 0
|
|
Page cache writes: 0
|
|
Page cache spills: 0
|
|
Temporary data spilled to disk: 0
|
|
Schema Heap Usage: 2392 bytes
|
|
Statement Heap/Lookaside Usage: 2616 bytes
|
|
Fullscan Steps: 0
|
|
Sort Operations: 0
|
|
Autoindex Inserts: 0
|
|
Virtual Machine Steps: 31
|
|
Reprepare operations: 0
|
|
Number of times run: 1
|
|
Memory used by prepared stmt: 2616
|
|
Bytes received by read(): 9276
|
|
Bytes sent to write(): 36231
|
|
Read() system calls: 40
|
|
Write() system calls: 13
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_VTABLE "t0" "fts3" "main" NULL
|
|
authorizer: DELETE "t0" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_segments" NULL "main" NULL
|
|
authorizer: DELETE "t0_segments" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_segdir" NULL "main" NULL
|
|
authorizer: DELETE "t0_segdir" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_content" NULL "main" NULL
|
|
authorizer: DELETE "t0_content" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
Memory Used: 98368 (max 331960) bytes
|
|
Number of Outstanding Allocations: 174 (max 291)
|
|
Number of Pcache Overflow Bytes: 30040 (max 46440) bytes
|
|
Largest Allocation: 87360 bytes
|
|
Largest Pcache Allocation: 4368 bytes
|
|
Lookaside Slots Used: 61 (max 106)
|
|
Successful lookaside attempts: 3196
|
|
Lookaside failures due to size: 24
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 26664 bytes
|
|
Page cache hits: 20
|
|
Page cache misses: 0
|
|
Page cache writes: 0
|
|
Page cache spills: 0
|
|
Temporary data spilled to disk: 0
|
|
Schema Heap Usage: 880 bytes
|
|
Statement Heap/Lookaside Usage: 3424 bytes
|
|
Fullscan Steps: 4
|
|
Sort Operations: 0
|
|
Autoindex Inserts: 0
|
|
Virtual Machine Steps: 32
|
|
Reprepare operations: 0
|
|
Number of times run: 1
|
|
Memory used by prepared stmt: 3424
|
|
Bytes received by read(): 9375
|
|
Bytes sent to write(): 39645
|
|
Read() system calls: 42
|
|
Write() system calls: 14
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_VTABLE "t0" "fts3" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_content" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_segments" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_segdir" NULL "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_INDEX "sqlite_autoindex_t0_segdir_1" "t0_segdir" "main" NULL
|
|
authorizer: READ "t0_segdir" "level" "main" NULL
|
|
authorizer: READ "t0_segdir" "idx" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: PRAGMA "page_size" NULL "main" NULL
|
|
Memory Used: 103384 (max 331960) bytes
|
|
Number of Outstanding Allocations: 233 (max 292)
|
|
Number of Pcache Overflow Bytes: 30040 (max 46440) bytes
|
|
Largest Allocation: 87360 bytes
|
|
Largest Pcache Allocation: 4368 bytes
|
|
Lookaside Slots Used: 51 (max 106)
|
|
Successful lookaside attempts: 3478
|
|
Lookaside failures due to size: 24
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 26664 bytes
|
|
Page cache hits: 20
|
|
Page cache misses: 0
|
|
Page cache writes: 0
|
|
Page cache spills: 0
|
|
Temporary data spilled to disk: 0
|
|
Schema Heap Usage: 2392 bytes
|
|
Statement Heap/Lookaside Usage: 2616 bytes
|
|
Fullscan Steps: 0
|
|
Sort Operations: 0
|
|
Autoindex Inserts: 0
|
|
Virtual Machine Steps: 31
|
|
Reprepare operations: 0
|
|
Number of times run: 1
|
|
Memory used by prepared stmt: 2616
|
|
Bytes received by read(): 9474
|
|
Bytes sent to write(): 42685
|
|
Read() system calls: 44
|
|
Write() system calls: 15
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_VTABLE "t0" "fts3" "main" NULL
|
|
authorizer: DELETE "t0" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_segments" NULL "main" NULL
|
|
authorizer: DELETE "t0_segments" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_segdir" NULL "main" NULL
|
|
authorizer: DELETE "t0_segdir" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_content" NULL "main" NULL
|
|
authorizer: DELETE "t0_content" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
Memory Used: 98416 (max 332008) bytes
|
|
Number of Outstanding Allocations: 175 (max 292)
|
|
Number of Pcache Overflow Bytes: 30040 (max 46440) bytes
|
|
Largest Allocation: 87360 bytes
|
|
Largest Pcache Allocation: 4368 bytes
|
|
Lookaside Slots Used: 61 (max 106)
|
|
Successful lookaside attempts: 3718
|
|
Lookaside failures due to size: 28
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 26664 bytes
|
|
Page cache hits: 20
|
|
Page cache misses: 0
|
|
Page cache writes: 0
|
|
Page cache spills: 0
|
|
Temporary data spilled to disk: 0
|
|
Schema Heap Usage: 880 bytes
|
|
Statement Heap/Lookaside Usage: 3424 bytes
|
|
Fullscan Steps: 4
|
|
Sort Operations: 0
|
|
Autoindex Inserts: 0
|
|
Virtual Machine Steps: 32
|
|
Reprepare operations: 0
|
|
Number of times run: 1
|
|
Memory used by prepared stmt: 3424
|
|
Bytes received by read(): 9573
|
|
Bytes sent to write(): 46099
|
|
Read() system calls: 46
|
|
Write() system calls: 16
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_VTABLE "t0" "fts3" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_content" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_segments" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_segdir" NULL "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_INDEX "sqlite_autoindex_t0_segdir_1" "t0_segdir" "main" NULL
|
|
authorizer: READ "t0_segdir" "level" "main" NULL
|
|
authorizer: READ "t0_segdir" "idx" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: PRAGMA "page_size" NULL "main" NULL
|
|
Memory Used: 103432 (max 332008) bytes
|
|
Number of Outstanding Allocations: 234 (max 293)
|
|
Number of Pcache Overflow Bytes: 30040 (max 46440) bytes
|
|
Largest Allocation: 87360 bytes
|
|
Largest Pcache Allocation: 4368 bytes
|
|
Lookaside Slots Used: 51 (max 106)
|
|
Successful lookaside attempts: 4000
|
|
Lookaside failures due to size: 28
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 26664 bytes
|
|
Page cache hits: 20
|
|
Page cache misses: 0
|
|
Page cache writes: 0
|
|
Page cache spills: 0
|
|
Temporary data spilled to disk: 0
|
|
Schema Heap Usage: 2392 bytes
|
|
Statement Heap/Lookaside Usage: 2616 bytes
|
|
Fullscan Steps: 0
|
|
Sort Operations: 0
|
|
Autoindex Inserts: 0
|
|
Virtual Machine Steps: 31
|
|
Reprepare operations: 0
|
|
Number of times run: 1
|
|
Memory used by prepared stmt: 2616
|
|
Bytes received by read(): 9672
|
|
Bytes sent to write(): 49139
|
|
Read() system calls: 48
|
|
Write() system calls: 17
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_VTABLE "t0" "fts3" "main" NULL
|
|
authorizer: DELETE "t0" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_segments" NULL "main" NULL
|
|
authorizer: DELETE "t0_segments" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_segdir" NULL "main" NULL
|
|
authorizer: DELETE "t0_segdir" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_content" NULL "main" NULL
|
|
authorizer: DELETE "t0_content" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
Memory Used: 98464 (max 332056) bytes
|
|
Number of Outstanding Allocations: 176 (max 293)
|
|
Number of Pcache Overflow Bytes: 30040 (max 46440) bytes
|
|
Largest Allocation: 87360 bytes
|
|
Largest Pcache Allocation: 4368 bytes
|
|
Lookaside Slots Used: 61 (max 106)
|
|
Successful lookaside attempts: 4240
|
|
Lookaside failures due to size: 32
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 26664 bytes
|
|
Page cache hits: 20
|
|
Page cache misses: 0
|
|
Page cache writes: 0
|
|
Page cache spills: 0
|
|
Temporary data spilled to disk: 0
|
|
Schema Heap Usage: 880 bytes
|
|
Statement Heap/Lookaside Usage: 3424 bytes
|
|
Fullscan Steps: 4
|
|
Sort Operations: 0
|
|
Autoindex Inserts: 0
|
|
Virtual Machine Steps: 32
|
|
Reprepare operations: 0
|
|
Number of times run: 1
|
|
Memory used by prepared stmt: 3424
|
|
Bytes received by read(): 9771
|
|
Bytes sent to write(): 52553
|
|
Read() system calls: 50
|
|
Write() system calls: 18
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_VTABLE "t0" "fts3" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_content" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_segments" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_segdir" NULL "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_INDEX "sqlite_autoindex_t0_segdir_1" "t0_segdir" "main" NULL
|
|
authorizer: READ "t0_segdir" "level" "main" NULL
|
|
authorizer: READ "t0_segdir" "idx" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: PRAGMA "page_size" NULL "main" NULL
|
|
Memory Used: 103480 (max 332056) bytes
|
|
Number of Outstanding Allocations: 235 (max 294)
|
|
Number of Pcache Overflow Bytes: 30040 (max 46440) bytes
|
|
Largest Allocation: 87360 bytes
|
|
Largest Pcache Allocation: 4368 bytes
|
|
Lookaside Slots Used: 51 (max 106)
|
|
Successful lookaside attempts: 4522
|
|
Lookaside failures due to size: 32
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 26664 bytes
|
|
Page cache hits: 20
|
|
Page cache misses: 0
|
|
Page cache writes: 0
|
|
Page cache spills: 0
|
|
Temporary data spilled to disk: 0
|
|
Schema Heap Usage: 2392 bytes
|
|
Statement Heap/Lookaside Usage: 2616 bytes
|
|
Fullscan Steps: 0
|
|
Sort Operations: 0
|
|
Autoindex Inserts: 0
|
|
Virtual Machine Steps: 31
|
|
Reprepare operations: 0
|
|
Number of times run: 1
|
|
Memory used by prepared stmt: 2616
|
|
Bytes received by read(): 9870
|
|
Bytes sent to write(): 55593
|
|
Read() system calls: 52
|
|
Write() system calls: 19
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_VTABLE "t0" "fts3" "main" NULL
|
|
authorizer: DELETE "t0" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_segments" NULL "main" NULL
|
|
authorizer: DELETE "t0_segments" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_segdir" NULL "main" NULL
|
|
authorizer: DELETE "t0_segdir" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_content" NULL "main" NULL
|
|
authorizer: DELETE "t0_content" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
Memory Used: 98512 (max 332104) bytes
|
|
Number of Outstanding Allocations: 177 (max 294)
|
|
Number of Pcache Overflow Bytes: 30040 (max 46440) bytes
|
|
Largest Allocation: 87360 bytes
|
|
Largest Pcache Allocation: 4368 bytes
|
|
Lookaside Slots Used: 61 (max 106)
|
|
Successful lookaside attempts: 4762
|
|
Lookaside failures due to size: 36
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 26664 bytes
|
|
Page cache hits: 20
|
|
Page cache misses: 0
|
|
Page cache writes: 0
|
|
Page cache spills: 0
|
|
Temporary data spilled to disk: 0
|
|
Schema Heap Usage: 880 bytes
|
|
Statement Heap/Lookaside Usage: 3424 bytes
|
|
Fullscan Steps: 4
|
|
Sort Operations: 0
|
|
Autoindex Inserts: 0
|
|
Virtual Machine Steps: 32
|
|
Reprepare operations: 0
|
|
Number of times run: 1
|
|
Memory used by prepared stmt: 3424
|
|
Bytes received by read(): 9969
|
|
Bytes sent to write(): 59007
|
|
Read() system calls: 54
|
|
Write() system calls: 20
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_VTABLE "t0" "fts3" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_content" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_segments" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_TABLE "t0_segdir" NULL "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: CREATE_INDEX "sqlite_autoindex_t0_segdir_1" "t0_segdir" "main" NULL
|
|
authorizer: READ "t0_segdir" "level" "main" NULL
|
|
authorizer: READ "t0_segdir" "idx" "main" NULL
|
|
authorizer: INSERT "sqlite_master" NULL "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "sql" "main" NULL
|
|
authorizer: READ "sqlite_master" "ROWID" "main" NULL
|
|
authorizer: PRAGMA "page_size" NULL "main" NULL
|
|
Memory Used: 103528 (max 332104) bytes
|
|
Number of Outstanding Allocations: 236 (max 295)
|
|
Number of Pcache Overflow Bytes: 30040 (max 46440) bytes
|
|
Largest Allocation: 87360 bytes
|
|
Largest Pcache Allocation: 4368 bytes
|
|
Lookaside Slots Used: 51 (max 106)
|
|
Successful lookaside attempts: 5044
|
|
Lookaside failures due to size: 36
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 26664 bytes
|
|
Page cache hits: 20
|
|
Page cache misses: 0
|
|
Page cache writes: 0
|
|
Page cache spills: 0
|
|
Temporary data spilled to disk: 0
|
|
Schema Heap Usage: 2392 bytes
|
|
Statement Heap/Lookaside Usage: 2616 bytes
|
|
Fullscan Steps: 0
|
|
Sort Operations: 0
|
|
Autoindex Inserts: 0
|
|
Virtual Machine Steps: 31
|
|
Reprepare operations: 0
|
|
Number of times run: 1
|
|
Memory used by prepared stmt: 2616
|
|
Bytes received by read(): 10068
|
|
Bytes sent to write(): 62047
|
|
Read() system calls: 56
|
|
Write() system calls: 21
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_VTABLE "t0" "fts3" "main" NULL
|
|
authorizer: DELETE "t0" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_segments" NULL "main" NULL
|
|
authorizer: DELETE "t0_segments" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_segdir" NULL "main" NULL
|
|
authorizer: DELETE "t0_segdir" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: DROP_TABLE "t0_content" NULL "main" NULL
|
|
authorizer: DELETE "t0_content" NULL "main" NULL
|
|
authorizer: DELETE "sqlite_master" NULL "main" NULL
|
|
authorizer: READ "sqlite_master" "tbl_name" "main" NULL
|
|
authorizer: READ "sqlite_master" "type" "main" NULL
|
|
authorizer: UPDATE "sqlite_master" "rootpage" "main" NULL
|
|
authorizer: READ "sqlite_master" "rootpage" "main" NULL
|
|
Memory Used: 98560 (max 332152) bytes
|
|
Number of Outstanding Allocations: 178 (max 295)
|
|
Number of Pcache Overflow Bytes: 30040 (max 46440) bytes
|
|
Largest Allocation: 87360 bytes
|
|
Largest Pcache Allocation: 4368 bytes
|
|
Lookaside Slots Used: 61 (max 106)
|
|
Successful lookaside attempts: 5284
|
|
Lookaside failures due to size: 40
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 26664 bytes
|
|
Page cache hits: 20
|
|
Page cache misses: 0
|
|
Page cache writes: 0
|
|
Page cache spills: 0
|
|
Temporary data spilled to disk: 0
|
|
Schema Heap Usage: 880 bytes
|
|
Statement Heap/Lookaside Usage: 3424 bytes
|
|
Fullscan Steps: 4
|
|
Sort Operations: 0
|
|
Autoindex Inserts: 0
|
|
Virtual Machine Steps: 32
|
|
Reprepare operations: 0
|
|
Number of times run: 1
|
|
Memory used by prepared stmt: 3424
|
|
Bytes received by read(): 10168
|
|
Bytes sent to write(): 65462
|
|
Read() system calls: 58
|
|
Write() system calls: 22
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
authorizer: SAVEPOINT "ROLLBACK" "sp1546" NULL NULL
|
|
Memory Used: 97680 (max 332152) bytes
|
|
Number of Outstanding Allocations: 158 (max 295)
|
|
Number of Pcache Overflow Bytes: 30040 (max 46440) bytes
|
|
Largest Allocation: 87360 bytes
|
|
Largest Pcache Allocation: 4368 bytes
|
|
Lookaside Slots Used: 55 (max 106)
|
|
Successful lookaside attempts: 5288
|
|
Lookaside failures due to size: 40
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 26664 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: 0 bytes
|
|
Statement Heap/Lookaside Usage: 2656 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: 2656
|
|
Bytes received by read(): 10268
|
|
Bytes sent to write(): 68503
|
|
Read() system calls: 60
|
|
Write() system calls: 23
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
authorizer: SAVEPOINT "RELEASE" "sp1546" NULL NULL
|
|
Memory Used: 92048 (max 332152) bytes
|
|
Number of Outstanding Allocations: 152 (max 295)
|
|
Number of Pcache Overflow Bytes: 30040 (max 46440) bytes
|
|
Largest Allocation: 87360 bytes
|
|
Largest Pcache Allocation: 4368 bytes
|
|
Lookaside Slots Used: 54 (max 106)
|
|
Successful lookaside attempts: 5292
|
|
Lookaside failures due to size: 40
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 26664 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: 0 bytes
|
|
Statement Heap/Lookaside Usage: 2656 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: 2656
|
|
Bytes received by read(): 10368
|
|
Bytes sent to write(): 69893
|
|
Read() system calls: 62
|
|
Write() system calls: 24
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
authorizer: SAVEPOINT "ROLLBACK" "sp558" NULL NULL
|
|
Memory Used: 92048 (max 332152) bytes
|
|
Number of Outstanding Allocations: 152 (max 295)
|
|
Number of Pcache Overflow Bytes: 30040 (max 46440) bytes
|
|
Largest Allocation: 87360 bytes
|
|
Largest Pcache Allocation: 4368 bytes
|
|
Lookaside Slots Used: 54 (max 106)
|
|
Successful lookaside attempts: 5296
|
|
Lookaside failures due to size: 40
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 26664 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: 0 bytes
|
|
Statement Heap/Lookaside Usage: 2656 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: 2656
|
|
Bytes received by read(): 10468
|
|
Bytes sent to write(): 71282
|
|
Read() system calls: 64
|
|
Write() system calls: 25
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
authorizer: SAVEPOINT "RELEASE" "sp558" NULL NULL
|
|
Memory Used: 71880 (max 332152) bytes
|
|
Number of Outstanding Allocations: 134 (max 295)
|
|
Number of Pcache Overflow Bytes: 12568 (max 46440) bytes
|
|
Largest Allocation: 87360 bytes
|
|
Largest Pcache Allocation: 4368 bytes
|
|
Lookaside Slots Used: 52 (max 106)
|
|
Successful lookaside attempts: 5300
|
|
Lookaside failures due to size: 40
|
|
Lookaside failures due to OOM: 0
|
|
Pager Heap Usage: 9256 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: 0 bytes
|
|
Statement Heap/Lookaside Usage: 2656 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: 2656
|
|
Bytes received by read(): 10568
|
|
Bytes sent to write(): 72671
|
|
Read() system calls: 67
|
|
Write() system calls: 26
|
|
Bytes read from storage: 0
|
|
Bytes written to storage: 0
|
|
Cancelled write bytes: 0
|
|
```
|
|
|
|
## Flag
|
|
|
|
```
|
|
-stats
|
|
```
|
|
|