Recommend a limit on database query

Users not putting a limit on can end up causing bad performance. A recommended limit in the placehold is a quick little help.
This commit is contained in:
Andrew Cottrell 2018-01-18 14:31:42 +00:00 committed by GitHub
parent 1a019052d5
commit 8368bfeab4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
<div class="gf-form-group">
<div class="gf-form">
<input type="text" class="gf-form-input" ng-model='ctrl.annotation.query' placeholder="select text from events where $timeFilter"></input>
<input type="text" class="gf-form-input" ng-model='ctrl.annotation.query' placeholder="select text from events where $timeFilter limit 1000"></input>
</div>
</div>