Natalia Tisseyre
Natalia Tisseyre
I have a single instance of kernel, which supports multiple sessions. For each session there is an instance of interpreter with private execution_count. I have two jupyter consoles connected to...
If my kernel sends an error response for the `kernel_info_request`, jupyter console still starts without any error. Here is the log of request/response from my custom kernel: ``` --Request for...
In a highly concurrent environment, within a single JanusGraph transaction, where multiple thousands of vertices are being created, I have been observing an exception: ``` throwable.cause.class="java.lang.IllegalArgumentException",throwable.cause.msg="expected one element but was:...
Created a new MultiVertexQuery `drop` API that efficiently drops many vertices.
### Overview Inlining vertex properties into a search index structure (CompositeIndex) can offer significant performance and efficiency benefits. 1. **Performance Improvements** Faster Querying: Inlining vertex properties directly within the index...