Skip to content
This repository has been archived by the owner on Aug 30, 2019. It is now read-only.

quantizer: reduce limited SQL query cardinality #391

Merged
merged 1 commit into from
Mar 5, 2018
Merged

Conversation

gbbr
Copy link
Contributor

@gbbr gbbr commented Mar 5, 2018

This change replaces SQL LIMIT values (and pairs of values) with ?
to reduce resource cardinality.

Fixes #390

This change replaces SQL `LIMIT` values (and pairs of values) with `?`
to reduce resource cardinality.

Fixes #390
@gbbr gbbr merged commit 1c25633 into master Mar 5, 2018
@gbbr gbbr deleted the gbbr/sql-limit branch March 5, 2018 11:00
@palazzem palazzem added this to the 6.1.0 milestone Mar 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants