Judith Massa
Judith Massa
Not yet at least. Have you tried transacting an db/ident datom into a reference database? I would expect there are some safeguards against that at the moment or that the...
Easier to investigate after the [refactoring](https://github.com/replikativ/datahike/issues/525) of the DB namespace, as this should separate the map notation part and the vector notation part of transactions.
Needs an update to pass the tests.
Blocked by #542
Blocked by #542
I have run the jobtech benchmarks with 100 iterations and the results look fine. The median of the measurements is almost the same and the average is usually better. Here...
Transacting 5000 simple entities into an empty database takes around 500 ms with the persistent sorted set now. The time increases though with the size of the database. I think...
This work will be updated and integrated with PR #596
Yes, it sounds like the behaviour for positive numbers is definitely incorrect and for invalid input like negative numbers we either should adjust the documentation or the behaviour.
With this issue I just meant to have the tests in `benchmarks/test` run in the CI pipeline to ensure that the benchmarks are still up-to-date, so they still can be...