Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Pgsql Committers > pgsql: Create a...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 1 Topic 16786 of 18152
Post > Topic >>

pgsql: Create a type-specific typanalyze routine for tsvector, which

by tgl@[EMAIL PROTECTED] (Tom Lane) Jul 14, 2008 at 12:51 AM

Log Message:
-----------
Create a type-specific typanalyze routine for tsvector, which collects
stats
on the most common individual lexemes in place of the mostly-useless
default
behavior of counting duplicate tsvectors.  Future work: create selectivity
estimation functions that actually do something with these stats.

(Some other things we ought to look at doing: using the Lossy Counting
algorithm in compute_minimal_stats, and using the element-counting idea
for
stats on regular arrays.)

Jan Urbanski

Modified Files:
--------------
    pgsql/doc/src/sgml:
        catalogs.sgml (r2.167 -> r2.168)
       
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/catalogs.sgml?r1=2.167&r2=2.168)
    pgsql/src/backend/catalog:
        system_views.sql (r1.52 -> r1.53)
       
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/system_views.sql?r1=1.52&r2=1.53)
    pgsql/src/backend/tsearch:
        Makefile (r1.6 -> r1.7)
       
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/tsearch/Makefile?r1=1.6&r2=1.7)
    pgsql/src/include/catalog:
        catversion.h (r1.466 -> r1.467)
       
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/catversion.h?r1=1.466&r2=1.467)
        pg_operator.h (r1.160 -> r1.161)
       
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_operator.h?r1=1.160&r2=1.161)
        pg_proc.h (r1.504 -> r1.505)
       
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_proc.h?r1=1.504&r2=1.505)
        pg_statistic.h (r1.35 -> r1.36)
       
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_statistic.h?r1=1.35&r2=1.36)
        pg_type.h (r1.196 -> r1.197)
       
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_type.h?r1=1.196&r2=1.197)
    pgsql/src/include/tsearch:
        ts_type.h (r1.12 -> r1.13)
       
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/tsearch/ts_type.h?r1=1.12&r2=1.13)
    pgsql/src/test/regress/expected:
        rules.out (r1.139 -> r1.140)
       
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/rules.out?r1=1.139&r2=1.140)

Added Files:
-----------
    pgsql/src/backend/tsearch:
        ts_typanalyze.c (r1.1)
       
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/tsearch/ts_typanalyze.c?rev=1.1&content-type=text/x-cvsweb-markup)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@[EMAIL PROTECTED]
)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers
 




 1 Posts in Topic:
pgsql: Create a type-specific typanalyze routine for tsvector, w
tgl@[EMAIL PROTECTED] (T  2008-07-14 00:51:46 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Tue Dec 2 1:12:44 CST 2008.