~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/options.rst

  • Committer: Brian Aker
  • Date: 2010-10-09 17:44:13 UTC
  • mto: This revision was merged to the branch mainline in revision 1853.
  • Revision ID: brian@tangent.org-20101009174413-4cs0q58kw0fjd45y
First pass through adding back user_locks.

Show diffs side-by-side

added added

removed removed

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