We're reusing existing Cassandra code so the performance characteristics for parsing should be the same as Cassandra. I will need to check if we have benchmarks. If we do, we'll add it to the CEP wiki page.
On 2023/05/02 19:52:28 Sebastian Estevez wrote: > Hey Dinesh, > > Yeah it makes sense that the sstable streaming is network bound since it's > mostly just moving files. > > Do you have any performance stats on the sstable parsing side inside spark? > > --Seb > > On Tue, May 2, 2023 at 3:31 PM Dinesh Joshi <djo...@apache.org> wrote: > > > It is line rate / network bound. We have a patch out in vert.x that should > > use the zero copy path for it. But it's not a strict prereq for it.