فهرست منبع

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.
Andrew Cottrell 8 سال پیش
والد
کامیت
8368bfeab4
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      public/app/plugins/datasource/influxdb/partials/annotations.editor.html

+ 1 - 1
public/app/plugins/datasource/influxdb/partials/annotations.editor.html

@@ -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>