in reply to Re: Database poller
in thread Database poller
Yes, this probalby provides a short-term performance gain, but it will lead to serious scalability and administrative headaches, and is really not the way a relational database should be used.
If the database server is the problem then you should see what can be done to tune the server to perform better (indexes, TCP options, etc). And is it really necessary to query the database for each client 5 times per second?
Michael
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Database poller
by Marcello (Hermit) on Jun 16, 2003 at 11:01 UTC | |
|
Re: Re: Re: Database poller
by aquarium (Curate) on Jun 17, 2003 at 12:13 UTC | |
by mpeppler (Vicar) on Jun 17, 2003 at 14:24 UTC |