This is more of an internal design question rather than a support question: I am curious as to why you went for a single relation tuples table in the postgres implementation - I haven't looked at any other implementation so far - as opposed to the implementation in zanzibar where each namespace has it's own table? Does it increase efficiency when dealing with postgres as frequently accessed tuples are stored more efficiently in the cache?