Login  Register

[Discuession] Support concurrent read for CSDK

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

[Discuession] Support concurrent read for CSDK

xubo245
64 posts
This post was updated on Nov 24, 2018; 10:29am.
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
| More
Print post
Permalink

Re: [Discuession] Support concurrent read for CSDK

xubo245
64 posts
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/