Re: [QUESTION] Usage of the cassandraembedded
Lilly <lfie...@...>
Hi Jan, Ok then I probably screwed up somewhere. I kind of thought this was to be expected, which is why I did not check it more thoroughly. Maybe the way I persisted is not working well for cql. I will try to create a test scenario where I do not have to persist all my data and see how it performs with cql again. In principle, what I do is call this function : public void updateEdges(String kmer, int pos, boolean strand, int record, List<SequenceParser.Feature> features){ and every roughly 50000 calls I do a commit. As a side remark, all of the above properties possess indecees. And Feature is a simple class with two attributes category and feature. Also I adapted the configuration file in the following way: storage.batch-loading = true ids.block-size = 100000 ids.authority.wait-time = 2000 ms ids.renew-timeout = 1000000 ms I tried the same with cql and embedded. I will get back to you once I have tested it once again. But maybe you already spot an issue? Thanks Lilly Am Montag, 7. Oktober 2019 20:14:29 UTC+2 schrieb fa...@...:
|
|