Re: patch: preload dictionary new version
Pavel Stehule <pavel.stehule@gmail.com>
From: Pavel Stehule <pavel.stehule@gmail.com>
To: Itagaki Takahiro <itagaki.takahiro@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Robert Haas <robertmhaas@gmail.com>, Takahiro Itagaki <itagaki.takahiro@oss.ntt.co.jp>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2010-07-20T11:39:22Z
Lists: pgsql-hackers
Hello 2010/7/20 Itagaki Takahiro <itagaki.takahiro@gmail.com>: > 2010/7/14 Pavel Stehule <pavel.stehule@gmail.com>: >> this patch is significantly reduced original patch. It doesn't propose >> a simple allocator - just eliminate a high memory usage for ispell >> dictionary. > > I don't think introducing new methods is a good idea. If you want a > simple allocator, MemoryContextMethods layer seems better for me. > can you explain it, please? > The original purpose of the patch -- preloading dictionaries -- > is also need to be redesigned with precompiler approach. > I'll move the proposal to "Returned with Feedback" status. > ok. thank you very much Pavel Stehule > -- > Itagaki Takahiro >