Re: Two-dimensional map
- Posted by CoJaBo2 Feb 02, 2013
- 1192 views
Another thing to consider would be storing things in a database-
Will you ever need to do things like "find the total and/or average depreciation values for all chairs" or "find all items with depreciation values less than .5 or greater than 1"?
Those things are fast and trivial in SQL, but not easily doable using maps.