[Discuession] Support concurrent read for CSDK

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[Discuession] Support concurrent read for CSDK

xubo245
This post was updated on .
Hi, all
    SDK already support concurrent read, CSDK also need to support it for
improving read performance.
I already raise a PR for it:https://github.com/apache/carbondata/pull/2946
    I want to support readAllParallel in SDK, but I don't know how to save
the data for different threads. Anyone has good idea for it?
    What's more, for the concurrent  read in C++, I already provide the
interface for user. I tried with thread and
join/detach for concurrent, are there any better solution for it?



--
Sent from: http://apache-carbondata-dev-mailing-list-archive.1130556.n5.nabble.com/
Reply | Threaded
Open this post in threaded view
|

Re: [Discuession] Support concurrent read for CSDK

xubo245
I move readAllParallel  to
https://github.com/xubo245/carbondata/tree/CARBONDATA-3094_cocurrentReadBackupreadAllParallel,
not include in this PR, after discussion, I will raise a new PR for it.



--
Sent from: http://apache-carbondata-dev-mailing-list-archive.1130556.n5.nabble.com/