[jira] [Updated] (IGNITE-20270) Improve RocksDB iterator performance

2023-08-24 Thread Aleksandr Polovtcev (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-20270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Aleksandr Polovtcev updated IGNITE-20270:
-
Fix Version/s: 3.0.0-beta2

> Improve RocksDB iterator performance
> 
>
> Key: IGNITE-20270
> URL: https://issues.apache.org/jira/browse/IGNITE-20270
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Aleksandr Polovtcev
>Assignee: Aleksandr Polovtcev
>Priority: Major
>  Labels: ignite-3
> Fix For: 3.0.0-beta2
>
> Attachments: screenshot-2.png, screenshot-3.png
>
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> When running benchmarks that insert around 700 rows into Ignite 3, I've 
> discovered that a lot of time is spent in {{iterator.seek}} calls:
>  !screenshot-3.png! 
> I've tried multiple strategies to improve this behavior:
> # Introduce Bloom Filters: 
> https://github.com/facebook/rocksdb/wiki/Prefix-Seek#configure-prefix-bloom-filter
> # Use Tailing Iterators: 
> https://github.com/facebook/rocksdb/wiki/Tailing-Iterator
> # Use adaptive prefix mode: 
> https://github.com/facebook/rocksdb/wiki/Prefix-Seek#adaptive-prefix-mode
> This improved some scenarios up to 6 times:
>  !screenshot-2.png! 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (IGNITE-20270) Improve RocksDB iterator performance

2023-08-23 Thread Aleksandr Polovtcev (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-20270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Aleksandr Polovtcev updated IGNITE-20270:
-
Description: 
When running benchmarks that insert around 700 rows into Ignite 3, I've 
discovered that a lot of time is spent in {{iterator.seek}} calls:

 !screenshot-3.png! 

I've tried multiple strategies to improve this behavior:

# Introduce Bloom Filters: 
https://github.com/facebook/rocksdb/wiki/Prefix-Seek#configure-prefix-bloom-filter
# Use Tailing Iterators: 
https://github.com/facebook/rocksdb/wiki/Tailing-Iterator
# Use adaptive prefix mode: 
https://github.com/facebook/rocksdb/wiki/Prefix-Seek#adaptive-prefix-mode

This improved some scenarios up to 6 times:

 !screenshot-2.png! 

> Improve RocksDB iterator performance
> 
>
> Key: IGNITE-20270
> URL: https://issues.apache.org/jira/browse/IGNITE-20270
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Aleksandr Polovtcev
>Assignee: Aleksandr Polovtcev
>Priority: Major
>  Labels: ignite-3
> Attachments: screenshot-2.png, screenshot-3.png
>
>
> When running benchmarks that insert around 700 rows into Ignite 3, I've 
> discovered that a lot of time is spent in {{iterator.seek}} calls:
>  !screenshot-3.png! 
> I've tried multiple strategies to improve this behavior:
> # Introduce Bloom Filters: 
> https://github.com/facebook/rocksdb/wiki/Prefix-Seek#configure-prefix-bloom-filter
> # Use Tailing Iterators: 
> https://github.com/facebook/rocksdb/wiki/Tailing-Iterator
> # Use adaptive prefix mode: 
> https://github.com/facebook/rocksdb/wiki/Prefix-Seek#adaptive-prefix-mode
> This improved some scenarios up to 6 times:
>  !screenshot-2.png! 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (IGNITE-20270) Improve RocksDB iterator performance

2023-08-23 Thread Aleksandr Polovtcev (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-20270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Aleksandr Polovtcev updated IGNITE-20270:
-
Attachment: screenshot-3.png

> Improve RocksDB iterator performance
> 
>
> Key: IGNITE-20270
> URL: https://issues.apache.org/jira/browse/IGNITE-20270
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Aleksandr Polovtcev
>Assignee: Aleksandr Polovtcev
>Priority: Major
>  Labels: ignite-3
> Attachments: screenshot-2.png, screenshot-3.png
>
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (IGNITE-20270) Improve RocksDB iterator performance

2023-08-23 Thread Aleksandr Polovtcev (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-20270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Aleksandr Polovtcev updated IGNITE-20270:
-
Attachment: (was: screenshot-1.png)

> Improve RocksDB iterator performance
> 
>
> Key: IGNITE-20270
> URL: https://issues.apache.org/jira/browse/IGNITE-20270
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Aleksandr Polovtcev
>Assignee: Aleksandr Polovtcev
>Priority: Major
>  Labels: ignite-3
> Attachments: screenshot-2.png, screenshot-3.png
>
>
> When running benchmarks that insert around 700 rows into Ignite 3, I've 
> discovered that a lot of time is spent in {{iterator.seek}} calls:
>  !screenshot-3.png! 
> I've tried multiple strategies to improve this behavior:
> # Introduce Bloom Filters: 
> https://github.com/facebook/rocksdb/wiki/Prefix-Seek#configure-prefix-bloom-filter
> # Use Tailing Iterators: 
> https://github.com/facebook/rocksdb/wiki/Tailing-Iterator
> # Use adaptive prefix mode: 
> https://github.com/facebook/rocksdb/wiki/Prefix-Seek#adaptive-prefix-mode
> This improved some scenarios up to 6 times:
>  !screenshot-2.png! 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (IGNITE-20270) Improve RocksDB iterator performance

2023-08-23 Thread Aleksandr Polovtcev (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-20270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Aleksandr Polovtcev updated IGNITE-20270:
-
Attachment: screenshot-2.png

> Improve RocksDB iterator performance
> 
>
> Key: IGNITE-20270
> URL: https://issues.apache.org/jira/browse/IGNITE-20270
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Aleksandr Polovtcev
>Assignee: Aleksandr Polovtcev
>Priority: Major
>  Labels: ignite-3
> Attachments: screenshot-1.png, screenshot-2.png
>
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (IGNITE-20270) Improve RocksDB iterator performance

2023-08-23 Thread Aleksandr Polovtcev (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-20270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Aleksandr Polovtcev updated IGNITE-20270:
-
Attachment: screenshot-1.png

> Improve RocksDB iterator performance
> 
>
> Key: IGNITE-20270
> URL: https://issues.apache.org/jira/browse/IGNITE-20270
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Aleksandr Polovtcev
>Assignee: Aleksandr Polovtcev
>Priority: Major
>  Labels: ignite-3
> Attachments: screenshot-1.png
>
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)