This commit is contained in:
Alexey Milovidov 2018-09-26 23:49:44 +03:00
parent dd88c092b7
commit b1b53a4019
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
1
100000000
1

View File

@ -0,0 +1,3 @@
SELECT value > 0 FROM system.metrics WHERE metric = 'MemoryTracking';
SELECT length(range(100000000));
SELECT value > 0 FROM system.metrics WHERE metric = 'MemoryTracking';