Re: Pluggable storage

Поиск
Список
Период
Сортировка
От AJG
Тема Re: Pluggable storage
Дата
Msg-id 1529351037774-0.post@n3.nabble.com
обсуждение исходный текст
Ответ на Re: [HACKERS] Pluggable storage  (Amit Kapila <amit.kapila16@gmail.com>)
Ответы Re: Pluggable storage  (Andres Freund <andres@anarazel.de>)
Re: Pluggable storage  (Amit Kapila <amit.kapila16@gmail.com>)
Список pgsql-hackers
@Amit

Re: Vacuum etc.

Chrome V8 just released this blog post around concurrent marking, which may
be of interest considering how cpu limited the browser is. Contains
benchmark numbers etc in post as well.

https://v8project.blogspot.com/2018/06/concurrent-marking.html

"This post describes the garbage collection technique called concurrent
marking. The optimization allows a JavaScript application to continue
execution while the garbage collector scans the heap to find and mark live
objects. Our benchmarks show that concurrent marking reduces the time spent
marking on the main thread by 60%–70%"



--
Sent from: http://www.postgresql-archive.org/PostgreSQL-hackers-f1928748.html


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

Предыдущее
От: AJG
Дата:
Сообщение: Re: Column store in Greenplum
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: [WIP] [B-Tree] Retail IndexTuple deletion