~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/options.rst

  • Committer: Brian Aker
  • Date: 2010-10-28 17:12:01 UTC
  • mfrom: (1887.1.3 merge)
  • Revision ID: brian@tangent.org-20101028171201-baj6l1bnntn1s4ad
Merge in POTFILES changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
178
178
 
179
179
  The size of the buffer that is used for full joins.
180
180
 
181
 
.. option:: --join-buffer-constraint arg (=0)
182
 
 
183
 
  A global constraint for join-buffer-size for all clients, cannot be set lower
184
 
  than --join-buffer-size.  Setting to 0 means unlimited.
185
 
 
186
181
.. Why is this a core arg?
187
 
.. option:: --max-allowed-packet arg (=64M)
 
182
.. option:: --max-allowed-packet arg (=1M)
188
183
 
189
184
  Max packetlength to send/receive from to server.
190
185
 
262
257
 
263
258
  Each thread that does a sequential scan allocates a buffer of this size for
264
259
  each table it scans. If you do many sequential scans, you may want to
265
 
  increase this value.  Note that this only affect MyISAM.
266
 
 
267
 
.. option:: --read-buffer-constraint arg (=0)
268
 
 
269
 
  A global constraint for read-buffer-size for all clients, cannot be set lower
270
 
  than --read-buffer-size.  Setting to 0 means unlimited.
 
260
  increase this value.
271
261
 
272
262
.. option:: --read-rnd-buffer-size arg (=262144)
273
263
 
275
265
  this buffer to avoid a disk seeks. If not set, then it's set to the value of
276
266
  record_buffer.
277
267
 
278
 
.. option:: --read-rnd-constraint arg (=0)
279
 
 
280
 
  A global constraint for read-rnd-buffer-size for all clients, cannot be set
281
 
  lower than --read-rnd-buffer-size.  Setting to 0 means unlimited.
282
 
 
283
268
.. option:: --scheduler arg (=multi-thread)
284
269
 
285
270
  Select scheduler to be used.
288
273
 
289
274
  Each thread that needs to do a sort allocates a buffer of this size.
290
275
 
291
 
.. option:: --sort-buffer-constraint arg (=0)
292
 
 
293
 
  A global constraint for sort-buffer-size for all clients, cannot be set lower
294
 
  than --sort-buffer-size.  Setting to 0 means unlimited.
295
 
 
296
276
.. option:: --table-definition-cache arg (=128)
297
277
 
298
278
  The number of cached table definitions.