doc-exports/docs/dws/dev/dws_06_0115.html
Lu, Huayi e6fa411af0 DWS DEV 830.201 version
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
Co-authored-by: Lu, Huayi <luhuayi@huawei.com>
Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
2024-05-16 07:24:04 +00:00

1.4 KiB

Limitations

The current limitations of GaussDB(DWS)'s full text search are:

  • The length of each lexeme must be less than 2 KB.
  • The length of a tsvector (lexemes + positions) must be less than 1 megabyte.
  • Position values in tsvector must be greater than 0 and no more than 16383.
  • No more than 256 positions per lexeme. Excessive positions, if any, will be discarded.
  • The number of nodes (lexemes + operators) in a tsquery must be less than 32768.