4.withversion.mql 322 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 /test/malert_status with version limit 099999900,100
  7. -- { outputcount() count(100) loop(1000000) loopfrom(0) loopstep(1) timeout(10s) onerror(break) }
  8. ;