On 09/05/2016 05:47 PM, Tom Lane wrote:
"Tsunakawa, Takayuki" <tsunakawa.ta...@jp.fujitsu.com> writes:
Before digging into the problem, could you share your impression on
whether PostgreSQL can support SJIS? Would it be hopeless?
I think it's pretty much hopeless.
Agreed.
But one thing that would help a little, would be to optimize the UTF-8
-> SJIS conversion. It uses a very generic routine, with a binary search
over a large array of mappings. I bet you could do better than that,
maybe using a hash table or a radix tree instead of the large
binary-searched array.
- Heikki
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers