Skip to content
Snippets Groups Projects
Commit ad9928a5 authored by Andrew Dolgov's avatar Andrew Dolgov
Browse files

adjust cpu_tuple to 0.5

parent 981059fd
No related branches found
No related tags found
No related merge requests found
...@@ -78,7 +78,7 @@ class Db_Pgsql implements IDb { ...@@ -78,7 +78,7 @@ class Db_Pgsql implements IDb {
pg_set_client_encoding("UNICODE"); pg_set_client_encoding("UNICODE");
$this->query("set datestyle = 'ISO, european'"); $this->query("set datestyle = 'ISO, european'");
$this->query("set TIME ZONE 0"); $this->query("set TIME ZONE 0");
$this->query("set cpu_tuple_cost = 0.1"); $this->query("set cpu_tuple_cost = 0.5");
return true; return true;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment