in reply to Re (tilly) 1: Using hashes instead of arrays with database results
in thread Using hashes instead of arrays with database results
I'm sure you know this - but you can configure the Sybase database server to handle larger packets (up to 8k, I think), and then the client apps can use this as well (I think DBD::Sybase can do this - if not I'll have to add it in!).
It's a potentially huge performance increase for certain types of applications...
Michael
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re (tilly) 3: Using hashes instead of arrays with database results
by tilly (Archbishop) on Jan 31, 2002 at 17:15 UTC |