Personal tools
You are here: Home WiKi PostgreSQL
PyKota >> Dependencies >>

PostgreSQL

Document Actions
last edited 1 year ago by jerome

PostgreSQL is an Object Relational DataBase? Management System.

It is Free Software available from http://www.postgresql.org

It is thought that all PostgreSQL releases higher than 7.0 work fine with PyKota.

Usually PostgreSQL's default configuration is not optimal, but works even on small machines.

To achieve better performance, you'll want to modify some settings. For example, here's what I've put in my postgresql.conf file on my Dual-PIII 1Ghz machine with 1 Gb RAM with PostgreSQL 7.4.x :

  • shared_buffers=16384
  • sort_mem=131072
  • vacuum_mem=131072
  • effective_cache_size=32768
  • log_statement=false

IMPORTANT : Don't try to modify these settings if you don't understand what they do. Please give a look at http://www.varlena.com/GeneralBits/Tidbits/perf.html and http://www.postgresql.org/files/documentation/books/aw_pgsql/hw_performance/ for more details.

Finally, if you've got several thousand users which you plan to delete in a single shot, increasing the max_expr_depth value (PostgreSQL 7.x) or the max_stack_depth value (with 8.x) may be required.

And don't forget : whenever you modify PostgreSQL's configuration files, you have to restart PostgreSQL.

To obtain an unlimited login and password, please pay the entry fee below
(click here for more info)



Or if you prefer to only purchase the latest PyKota MegaPack for 7.99 € click below

About PyKota database hosting

Would you externalize the hosting of your PyKota database ?

Yes, if it's free.
Yes, if it's cheap.
Yes, but only for testing.
No, for privacy concerns.
No, because I think this would suck.
No, and I'll explain why in a comment below after having logged-in.

 

Powered by Plone CMS, the Open Source Content Management System

This site conforms to the following standards: