Changes between Initial Version and Version 1 of Ticket #8083, comment 4
- Timestamp:
- 04/21/2021 10:40:03 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8083, comment 4
initial v1 1 1 My point was that doing range searches ( members between the age of 20 and 30 ) on a string value ( date ts ) in a key/value table is very slow. Doing it on an integer ( **UNIX** timestamp ) is fairly fast. 2 It's interesting that the ''edit'' function in the class already handles a unix timestamp, so at some point somebody understood the issue.