| 1234567891011121314151617181920212223 |
- /**
- scope(file)
- parallel(4)
- loop(400)
- **/
- ;
- SELECT room.id AS "room_id" INTO /temp_room_count_2d41157f-6ec5-403a-badd-cdcda196b910-{%d,filei} FROM /hxyy/room room LIMIT 0, 500000 WITH TIMEOUT = 3m
- /**
- onerror(continue,"proc timeout")
- **/
- ;
- {"sql":"SELECT count(temp.room_id) AS \"total_rooms\" FROM /temp_room_count_2d41157f-6ec5-403a-badd-cdcda196b910-{%d,filei} temp LIMIT 0, 500000"}
- /**
- output()
- **/
- ;
- select * from /matrix/ldap limit 1
- /**
- output()
- **/
- ;
|