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 Hackers > Re: gsoc08, tex...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 2 of 4 Topic 9337 of 9928
Post > Topic >>

Re: gsoc08, text search selectivity, pg_statistics holding an array of a different type

by tgl@[EMAIL PROTECTED] (Tom Lane) May 9, 2008 at 08:26 PM

"Heikki Lin****angas" <heikki@[EMAIL PROTECTED]
> writes:
> Jan UrbaƄski wrote:
>> It is no longer true with the design that I planned to use. The 
>> typanalyze function for the tsvector type returns an array of 
>> most-frequent lexemes (cstrings actually) from the tsvectors, not an 
>> array of tsvectors. The question is: is this approach OK? Should 
>> typanalyze functions be able to communicate the type of their result to

>> analyze_rel() ? I'm thinking of extending the VacAttrStats structure,
so 
>> a typanalyze func could set the proper fields to the proper values.re 

> Hmm. One idea is to store an array of tsvectors, with only one lexeme in

> each tsvector.

Jan's right: this is an oversight in the design of the VacAttrStats API.
The existing pg_statistics "slot" types all need an array of the same
datatype as the underlying column, but it's obvious when you think about
it that there could be kinds of statistics that need to be stored as an
array of some other type.  I'm good with the idea of extending
VacAttrStats for the purpose.

(Whether it's actually a good idea to store the entries as cstrings is
another question...)

			regards, tom lane

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




 4 Posts in Topic:
Re: gsoc08, text search selectivity, pg_statistics holding an ar
heikki@[EMAIL PROTECTED]   2008-05-09 21:11:08 
Re: gsoc08, text search selectivity, pg_statistics holding an ar
tgl@[EMAIL PROTECTED] (T  2008-05-09 20:26:23 
Re: gsoc08, text search selectivity, pg_statistics
alvherre@[EMAIL PROTECTED  2008-05-09 23:06:54 
Re: gsoc08, text search selectivity, pg_statistics holding an ar
tgl@[EMAIL PROTECTED] (T  2008-05-09 23:42:21 

Post A Reply:
  Go here to Signup

AddThis Feed Button


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

Contact
tan12V112 Thu Aug 21 18:05:39 CDT 2008.