You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@paimon.apache.org by "macdoor (via GitHub)" <gi...@apache.org> on 2024/04/28 02:45:07 UTC

Re: [I] [Bug] Flink cluster writes data to PK table, which cannot be queried by trino., when Flink cluster runs under high stress [paimon]

macdoor commented on issue #3277:
URL: https://github.com/apache/paimon/issues/3277#issuecomment-2081300553

   All primary key tables have similar parameters
   
    ```
                   PRIMARY KEY (claim_num)  NOT ENFORCED
                     )
                     with (
                     'bucket' = '200',
                     'changelog-producer' = 'lookup',
                     'deletion-vectors.enabled' = 'true',
                     'sink.parallelism' = '12',
                     'merge-engine' = 'partial-update',
                     'fields.ts_filename.sequence-group'='id',
                     'fields.id.aggregate-function' = 'first_value',
                     'sequence.field' = 'ts_filename',
                     'write-buffer-spillable' = 'true',
                     'full-compaction.delta-commits' = '10')
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@paimon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org