Changes between Initial Version and Version 1 of Ticket #49278, comment 29
- Timestamp:
- 01/03/2023 08:14:48 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #49278, comment 29
initial v1 2 2 3 3 It is almost always better (in MySQL) to use a single column instead of two columns for a DATETIME. (I don't know the details of the plugin, so I can't be more specific than to suggest you consider this change.) 4 5 (updated comment...) 6 7 Yes, I think that would simplify the `JOIN`, which seems to be where the first version of the query was inefficient.