View previous topic :: View next topic |
Author |
Message |
Wolfy
Joined: 28 Feb 2005 Posts: 1
|
Posted: Mon Feb 28, 2005 17:40 Post subject: How to get Persistent Hashsets? |
|
|
NWNX Hashsets would be useful to store (and manipulate) a set of PC changeable port-to-location names.
However they'll need to be persistent.
From a quick look I did not see any way to make Hashsets persistent with NWNX2 - but I expect I'm missing something here, so any guidance would be appreciated.
Thanks,
Wolfy |
|
Back to top |
|
|
Kosmous
Joined: 10 Jan 2005 Posts: 44
|
Posted: Wed Mar 02, 2005 17:14 Post subject: |
|
|
isnt the whole point of hashsets is to make an efficeint way of manipulating multiple sets of data from the db (or another source) by putting it into memory in an organized fashion?
Dont you just cut up a hash set when inserting then do a well-written sQL statement to retrieve the data to load into a newly created hashset?
Retrieving a set of data via key or index from a persistent source (non-memory) is equivalent to just quering the appropriate database table. |
|
Back to top |
|
|
|