SteNicholas opened a new issue, #4355:
URL: https://github.com/apache/kyuubi/issues/4355

   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   
   
   ### Search before asking
   
   - [X] I have searched in the 
[issues](https://github.com/apache/kyuubi/issues) and found no similar issues.
   
   
   ### Describe the proposal
   
   [LakeSoul](https://github.com/meta-soul/LakeSoul) implements incremental 
upserts for both row and column and allows concurrent updates. LakeSoul uses 
LSM-Tree like structure to support updates on hash partitioning table with 
primary key, and achieve very high write throughput (30MB/s/core) on cloud 
object store like S3 while providing optimized merge on read performance. 
LakeSoul scales metadata management and achieves ACID control by using 
PostgreSQL. LakeSoul provides tools to ingest CDC and log streams automatically 
in a zero-ETL style. Kyuubi could support the integration with LakeSoul.
   
   ### Task list
   
   Suppors LakeSoul integration.
   
   ### Are you willing to submit PR?
   
   - [ ] Yes. I would be willing to submit a PR with guidance from the Kyuubi 
community to improve.
   - [X] No. I cannot submit a PR at this time.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to