Replace plain-memory ordered array by binary tree in ts_stat() function.
authorTeodor Sigaev <teodor@sigaev.ru>
Mon, 17 Nov 2008 12:17:09 +0000 (12:17 +0000)
committerTeodor Sigaev <teodor@sigaev.ru>
Mon, 17 Nov 2008 12:17:09 +0000 (12:17 +0000)
commit4d5493b82fe6cb6af112a286d56a6ba8f3036219
tree4e9ed32c2e4c9eba9b502e997ffdb4c3463a8dbe
parent7c27f7a318eb3587096262634403e5b03ea0870c
Replace plain-memory ordered array by binary tree in ts_stat() function.
Performance is increased from 50% up to 10^3 times depending on data.
src/backend/utils/adt/tsvector_op.c