]> granicus.if.org Git - postgresql/commit
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)
commit25ca5a9a54923a5d6746f771c4c23e85a195bde5
tree7e464614aaf57b0e0197f9cc8d4ba612f167f1a7
parent18004101acb98d8fefe7dda1c9f010cceff83b6d
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