Markus Junginger

Results 318 comments of Markus Junginger

> Could the slowdown be related to the HNSW index maintenance during deletion Yes, I'm pretty sure the HNSW index update is the bottleneck. To my knowledge no efficient algorithm...

For this to be actionable for us, we'd need additional information. Basically, enough data so we can reproduce.

How large is the DB, e.g. with 0.5M objects? (Should not be an issue, but maybe it still gives us a clue.) Also, is the property you use in the...

About the tablet, can you find out the exact model so we can know the CPU, e.g. some models use the Cortex-A53. Also, are they running in 64-bit mode? (Some...

~~We have an idea for a workaround - do you have a way to tell if a new version will fix it? E.g. ask a user/customer of yours?~~ Spoke too...

FYI: the next version will include some additional information on "Could not get from cursor" errors. It will give us additional context, but likely won't be enough to fix it...

Plan is to have a jar (plain Java) and an AAR

There's probably a couple of issues with this approach. E.g. one issue with this approach is that there's a code generator for Java/Kotlin and a completely different one for Swift....