| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- delete proma from /test/perf/perfA
- /**
- onerror(continue,`not exist`,`not find`,`not found`)
- **/
- ;
- delete promb from /test/perf/perfA
- /**
- onerror(continue,`not exist`,`not find`,`not found`)
- **/
- ;
- delete from /test/perf/perfA with version
- /**
- onerror(continue,`not exist`,`not find`,`not found`)
- **/
- ;
- drop class if exists /test/perf/perfA
- ;
- create class if not exists /test/perf();
- create class if not exists /test/perf/perfA (
- proma bucket {
- "dict": true,
- "slot": 5,
- "ttl": 2,
- "type": "promdb",
- "version": 1,
- "collect": 10
- } "proma",
- promb bucket {
- "dict": true,
- "slot": 5,
- "ttl": 2,
- "type": "promdb",
- "version": 1,
- "collect": 10
- } "promb",
- ) with autosearch=true , version=false , key=manu, alias='perfA' , nickname='perfA'
- ;
|