Re: bugs or my fault
Yudianto Prasetyo <mr.yudianto@gmail.com>
From: Yudianto Prasetyo <mr.yudianto@gmail.com>
To: Sergei Kornilov <sk@zsrv.org>
Cc: Peter Smith <smithpb2250@gmail.com>, PostgreSQL mailing lists <pgsql-bugs@lists.postgresql.org>
Date: 2021-09-15T12:44:41Z
Lists: pgsql-bugs
"No, the hash from partition key is used, not partition key itself." Sorry, I still don't understand the meaning of the sentence above. can you give a simple example. best regards, yudianto On Wed, Sep 15, 2021 at 7:36 PM Sergei Kornilov <sk@zsrv.org> wrote: > Hello > > > from the document, I think the determinant of each row in the partition > is the residual value (partition key divided by the specified modulus) > > No, the hash from partition key is used, not partition key itself. (How to > divide text "hello!" by the specified modulus?) > > regards, Sergei >