Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #8083, comment 4


Ignore:
Timestamp:
04/21/2021 10:40:03 PM (5 years ago)
Author:
shanebp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8083, comment 4

    initial v1  
    11My 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.
     2It's interesting that the ''edit'' function in the class already handles a unix timestamp, so at some point somebody understood the issue.