Skip to content

v1.1.1: Merge pull request #102 from mavenlink/optimize-count

Latest
Compare
Choose a tag to compare
@racerpeter racerpeter released this 15 Jan 20:48
a2ff4d0

Add Brainstem.mysql_use_calc_found_rows boolean config option to utilize MySQL's FOUND_ROWS() functionality to avoid issuing a new query to calculate the record count, which has the potential to up to double the response time of the endpoint.

For more details, see: #102