Re: Tablespace limit feature

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Tablespace limit feature
Дата
Msg-id 20141104201011.GD1791@alvin.alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: Tablespace limit feature  (Alejandro Carrillo <fasterzip@yahoo.es>)
Ответы Re: Tablespace limit feature  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
Список pgsql-general
Alejandro Carrillo escribió:
>
> But This feature is very necessary to control the amount space expensed by a postgresql user or tablespace. This
featurecould be used in PostgreSQL Sharing Hosting, see: Shared Database Hosting - PostgreSQL wiki 

Sure.  Rub hits the road when it comes to actually implementing this,
though -- the issue of enforcing the limit without creating a bottleneck
to table extension is not trivial to overcome, as I recall.  Right now
it might not matter tremendously much given that we only extending a
page at a time, but there's also been talk about extending in larger
chunks and that could become a problem.

If someone were to indulge in actual thinking and less handwaving, I'm
sure it would be welcome.

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: [BUGS] [HACKERS] COPY TO returning empty result with parallel ALTER TABLE
Следующее
От: memtec
Дата:
Сообщение: Re: Incomplete startup packet help needed