in reply to Re^2: A database table size issue
in thread A database table size issue
Use the server resources rather that the client's.Really? Why? Typically, the number of servers is far less than the number of clients. Using server resources that benefit one client hurt all the clients.
I'm not saying that in this case the task should be done on the client (we've no idea about the task, nor about the setup), but I disagree with the blanket "use server resources rather than the clients". In way too many cases that isn't scalable to do without thinking.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: A database table size issue
by nikosv (Deacon) on May 01, 2012 at 16:24 UTC | |
by JavaFan (Canon) on May 01, 2012 at 16:52 UTC |