~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/numeric_data_types.rst

  • Committer: Lee Bieber
  • Date: 2011-01-15 03:08:27 UTC
  • mfrom: (1994.5.38 doc)
  • mto: This revision was merged to the branch mainline in revision 2087.
  • Revision ID: kalebral@gmail.com-20110115030827-0h9s99kiknrmt9ti
Merge Stewart - some documentation clean up

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Numeric Data Types
2
2
==================
3
3
 
 
4
BIGINT and INTEGER exist as Drizzle's two integer numerical types. BIGINT is a 64-bit integer, while INTEGER is a 32-bit integer.
 
5
 
4
6
Drizzle does not support TINYINT, SMALLINT or MEDIUMINT. Integer operations have been optimized around 32- and 64-bit integers.
5
7
 
6
 
BIGINT and INTEGER exist as Drizzle's two integer numerical types. BIGINT is a 64-bit integer, while INTEGER is a 32-bit integer.
7
 
 
8
8
+---------+--------------+---------------------+--------------------------------------------+
9
9
|Name     |Storage Size  |Description          |Range                                       |
10
10
+=========+==============+=====================+============================================+