Re: Number of occurrence of characters?

From: Grzegorz Jaśkiewicz <gryzman(at)gmail(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: Number of occurrence of characters?
Date: 2009-02-06 13:13:31
Message-ID: 2f4958ff0902060513u49c35d11w6502741efa973862@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

It all depends at the end of a day, how crucial is that functionality
to your app ?
If very, I would add to every insert/update a trigger, that would
update info on other table(s) with stats per character.

Other option, is to write a function in C that would parse word and
chop it in C,O (character, number of occurrences ) result.

--
GJ

Browse pgsql-performance by date

  From Date Subject
Next Message Bruce Momjian 2009-02-06 14:23:59 Re: suggestions for postgresql setup on Dell 2950 , PERC6i controller
Previous Message Richard Huxton 2009-02-06 11:46:57 Re: Can't locate Test/Parser/Dbt2.pm in DBT2 tests