Postgresql query in 10 seconds -


is there way create query run ten seconds ? don't need real data way run query long time can test how system works in time.

i prefer not create huge table , make simple select this. tricks?

pg_sleep:

select pg_sleep(10); 

but not generate load on system if that's real goal.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

sql server - python to mssql encoding problem -

windows - Python Service Installation - "Could not find PythonClass entry" -