Fork me on GitHub
#xtdb
<
2022-12-19
>
refset22:12:50

Hey everyone, we have a new 1.22.2-rc1 release candidate version available that includes some fairly big ingestion performance gains, with details in this blog post https://xtdb.com/blog/dev-diary-dec-22-perf/ - we'd love to hear how you get on with it and we hope to cut the release in early Jan 🙂🤞

🎅 4
tatut05:12:46

so the block cache should have somewhat larger effect on ingestion than before? If I’m understanding correctly

1
tatut05:12:52

> The biggest tradeoff of using these bloom filters is that they can put more pressure on the RocksDB block cache.

tatut05:12:07

further, I don’t need to wipe out local indexes for this change, unless I want to test full reindex improvements?

2
tatut06:12:34

some (very) rough numbers, on my own machine I just tried a full reindex and it had indexed ~1.13x what the previous version had in the same 35minute time frame

tatut06:12:58

but attribute-stats are different after full reindexing, (:xt/id (xt/attribute-stats node)) reports lower number

Hukka07:12:21

> so the block cache should have somewhat larger effect on ingestion than before? If I’m understanding correctly I didn't see any effect from changing the cache size before when measuring startup, but now it speeds up things until 64MB, so yeah, seems like the cache is now more important. But of course "more important" might still not be the bottleneck in any other situatioń

👍 1
refset11:12:26

> attribute-stats are different after full reindexing, (:xt/id (xt/attribute-stats node)) reports lower number that doesn't sound right...roughly how much lower? is that with >500ms between checking for the latest stats to get written?

tatut11:12:10

out of 1,4 million documents, I was missing roughly 30k

1
tatut11:12:31

it was quite a while after finishing and latest completed vs submitted was the same

👍 1
tatut11:12:52

but I can’t remember if I had done the previous indexing with 1.22.0 (which also had stats problems)

tatut11:12:04

I’ll run with 1.22.1 from start again and report back later

👌 1
🙏 1
tatut14:12:10

sadly, I’m missing ~50k of :xt/id in attribute stats

tatut14:12:28

so 1.22.2-rc1 after full reindex reports much lower value than a full reindex with 1.22.1

👍 1