Changes between Version 39 and Version 40 of DevWikiGardenTest
- Timestamp:
- 12/03/10 05:31:45 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiGardenTest
v39 v40 62 62 }}} 63 63 64 * You can even do even more cool things like use[http://developer.postgresql.org/pgdocs/postgres/pgbench.html pgbench] to simulate users with a transaction script that64 * You can do even more cool things like try to crash your server using [http://developer.postgresql.org/pgdocs/postgres/pgbench.html pgbench] to simulate users with a transaction script that 65 65 looks something like the below script that will run 10 function queries on functions that 66 66 start with ST_ that have succeeded in the past.