Re: 5 new entries for FAQ

Поиск
Список
Период
Сортировка
От Roman Neuhauser
Тема Re: 5 new entries for FAQ
Дата
Msg-id 20050810084414.GC2471@isis.sigpipe.cz
обсуждение исходный текст
Ответ на 5 new entries for FAQ  (Martijn van Oosterhout <kleptog@svana.org>)
Ответы Re: 5 new entries for FAQ  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-general
# kleptog@svana.org / 2005-08-10 10:02:20 +0200:
> After going through pgsql-general a bit I figured there were a few
> important questions missing from the FAQ, so I wrote some.
>
> Comments welcome. I can write more, if people can suggest things to
> write about. I was thinking something about collation and locales but
> I'm sure sure I understand them myself.

> +    <H3><A name="4.22">4.22</A>) Why are PostgreSQL table names case-sensitive?</H3>

    http://www.postgresql.org/docs/current/static/features.html doesn't
    contain "fold" (as in "case folding") at all, doesn't this topic
    belong rather there? The FAQ entry could point to, and maybe extend,
    the (still nonexistent) text in that document.

> +    <H3><A name="4.23">4.23</A>) Why is PostgreSQL only using one CPU to execute my query?</H3>

    Something like this is missing from
    http://www.postgresql.org/docs/current/static/overview.html.

> +    <H3><A name="4.25">4.25</A>) What does 'index row size ... exceeds btree maximum, 2713' mean?</H3>
> +
> +    <P>Unlike some databases, PostgreSQL allows you to create an index on
> +    any column, including unlimited text fields. However, B-Tree indexes
> +    need to be able to hold at least three key values per page and since the
> +    pagesize defaults to 8K minus some overhead, this means the maximum key
> +    size is 2713 bytes.

    This is missing from
    http://www.postgresql.org/docs/current/static/sql-createindex.html
    and/or http://www.postgresql.org/docs/current/static/indexes.html

--
How many Vietnam vets does it take to screw in a light bulb?
You don't know, man.  You don't KNOW.
Cause you weren't THERE.             http://bash.org/?255991

В списке pgsql-general по дате отправления:

Предыдущее
От: Brendan Jurd
Дата:
Сообщение: Re: 5 new entries for FAQ
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: 5 new entries for FAQ