in reply to Re^8: Query database in Prolog
in thread Query database in Prolog
Note that if you're processing large amounts of data, making those anonymous hashes is slower. I've never found that to be a bottleneck for me, but I've always had to deal with remote databases and have never worked with more than a few billion rows. (And on large datasets, my performance expectations were already set by the amount of data.) YMMV.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^10: Query database in Prolog
by jZed (Prior) on Dec 31, 2005 at 01:22 UTC | |
|
Re^10: Query database in Prolog
by zby (Vicar) on Dec 31, 2005 at 09:50 UTC | |
|
Re^10: Query database in Prolog
by radiantmatrix (Parson) on Jan 05, 2006 at 21:21 UTC |