2.bigdata.mql 307 B

1234567891011
  1. -- { scope(file) loop(1000000000) }
  2. ;
  3. select count(*) from /matrix/filesystem
  4. -- { output() sleep(3s) timeout(3s) onerror(continue) }
  5. ;
  6. select id,class,vtime from /matrix/filesystem limit 099999900,1000
  7. -- { outputcount() count(1000) loop(1000000) loopfrom(0) loopstep(10) timeout(3s) onerror(break) }
  8. ;