Re: pg_dump order of rows

Поиск
Список
Период
Сортировка
От Jan Kesten
Тема Re: pg_dump order of rows
Дата
Msg-id 4D05D562.6000207@dafuer.de
обсуждение исходный текст
Ответ на Re: pg_dump order of rows  (Filip Rembiałkowski <filip.rembialkowski@gmail.com>)
Ответы Re: pg_dump order of rows  (Hampus Wessman <hampus.wessman@gmail.com>)
Re: pg_dump order of rows  ("Marc Mamin" <M.Mamin@intershop.de>)
Список pgsql-general
> Can you please explain why? ( just curious, this seems a very strange
> requirement )

I'm on some research for election systems - an interesting field. On one
hand there is a requirement of realiablility, so there is the need for
stable and proven software and backups of systems for example. On the
other hand transparency is also very important, so backing up using a
simple pg_dump is more comprehensible than using a dedicated tool to
users and administrators. Of course there is no unencrypted data in the
database - but maintaining the order of insertions in a dumpfile to a
specific table could theoretically leak some kind of information, hence
the question.

I'm not aware of any database where I can influence the on-disk order
directly, but there may be some hints I'm probably missing (even a
vacuum full will only compact the datafile as far as I know but not
reoder it accoring to an index or something).

Jan


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

Предыдущее
От: Jan Kesten
Дата:
Сообщение: Re: Urgent -- High memory usage on PostgreSQL server
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: Performance tuning in Pgsql