Sha256: a0afbc5a305ece1bc563af3cb850613208f205e3be9480f6aa3aaa13d85f8ff6
Contents?: true
Size: 903 Bytes
Versions: 16
Compression:
Stored size: 903 Bytes
Contents
.. -*- rst -*- .. Groonga Project .. highlightlang:: none Limitations =========== Groonga has some limitations. Limitations of table -------------------- A table has the following limitations. * The maximum one key size: 4KiB * The maximum total size of keys: 4GiB or 1TiB (by specifying ``KEY_LARGE`` flag to :ref:`table-create-flags`) * The maximum number of records: 268,435,455 (more than 268 million) Keep in mind that these limitations may vary depending on conditions. Limitations of indexing ----------------------- A full-text index has the following limitations. * The maximum number of distinct terms: 268,435,455 (more than 268 million) * The maximum index size: 256GiB Keep in mind that these limitations may vary depending on conditions. Limitations of column --------------------- A column has the following limitation. * The maximum stored data size of a column: 256GiB
Version data entries
16 entries across 8 versions & 1 rubygems