| 1234567891011121314 |
- -- { scope(file) loop(1000000000) }
- ;
- insert into /test/notify (zxid,zxname,msg,tally) values('09999', '09999', '000000009999:...32 Bytes...',1)
- on conflict
- update tally = tally + 1
- -- { sleep(1s) retry(3) }
- ;
- select sum(tally) as tally from /test/notify
- -- { output() sleep(1s) retry(3) }
- ;
|