Tardiba - The Tasmanian Devil Database Server
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
942 B

  1. 1. OS part
  2. - filesystem, probably reiserfs (fast)
  3. - tweaked boot for high performance
  4. - tweaked kernel, highmem, disk access and stuff
  5. 2. database part
  6. - various maintanace scripts (for now using them for backups
  7. and vacuuming)
  8. - jump to pg8 :(
  9. - autovacuum???
  10. - implementing a logging facility to RAM, flushing logs in
  11. background to disk?????
  12. 3. backup part
  13. - backup is done by shell scripts and cron (change? not likely)
  14. - backups on other machines (over scp for other linux hosts, samba
  15. for 'secure' Windows2000???, eventually a pro backup app although i
  16. don't think it is necessary, maybe for whole system recovery)
  17. 4. spying, early warning, notification part.
  18. - monitoring disk space, backup files dimensions, excerpts from
  19. certain log files, system status and stats (cpu usage, ram etc), monitoring
  20. pg sessions because the internal pg monitor sucks :(, we need a good policy on
  21. killing iddle sessions and runaway processes.