Re: [v9.1] sepgsql - userspace access vector cache
Yeb Havinga <yebhavinga@gmail.com>
From: Yeb Havinga <yebhavinga@gmail.com>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Kohei KaiGai <kaigai@kaigai.gr.jp>, PgHacker <pgsql-hackers@postgresql.org>
Date: 2011-07-20T16:00:28Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Remove the limit on the number of entries allowed in catcaches, and
- 8b9bc234ad43 8.2.0 cited
On 2011-07-20 16:54, Robert Haas wrote: > > As to the first point, the other big problem with adding a syscache > here is that it could get really big. I've worried about that issue > previously, and Yev's perplexity about where the memory is going is > not too reassuring. Yeah I just realized that #buckets <> cache items stored, which makes some of the comments I made a bit strange. If the syscaches store everything that's looked up then the same 5MB memory usage under changing #buckets makes perfect sense. regards, Yeb