rene04 wrote:database on the same maschine isnt possible because we have access from internet to our TS. so the webserver is in an DMZ and the Database server in our internal network for security! and the database itsself we want not change. so there is no way with upgrading hardware on database server?
rene
You can try to upgrade database server, move web server to the database server and create IP tunnel from web server to the database server.
TrackStudio execute a lot of simple queries, so best thing to improve perfomance - reduce single DBMS query overhead.
For example, HSQL (that has almost no query optimization) is the fastest DBMS for TrackStudio, but ORACLE and MS SQL are slowest: they can execute complex queries faster, but for tons of simple queries HSQL win.