Re: Question on how Geode handles data on Disk

2020-09-07 Thread Udo Kohlmeyer
Hi there Amit, On Sep 7, 2020, 4:25 AM +1000, Amit Pandey , wrote: What I meant here "Also if I request data for ID 1 will it bring it only from disk or " was that if I request a tuple which is not in memory and is in disk, 1) How does Geode know its in DISK 2) Does it bring only that tuple (value

Re: Question on how Geode handles data on Disk

2020-09-07 Thread Udo Kohlmeyer
Hi there Amit, (Attempt 2), So, create a Region, you configure if the Region is to persist the data to disk or not. There is no selective algorithm that would select which data is written to disk and which is not. If it is configured to be persistent or eviction overflowed, it will be written

Errored: apache/geode-examples#455 (rel/v1.13.0.RC1 - 9779f8f)

2020-09-07 Thread Travis CI
Build Update for apache/geode-examples - Build: #455 Status: Errored Duration: 1 min and 6 secs Commit: 9779f8f (rel/v1.13.0.RC1) Author: Dave Barnes Message: Bumping version to 1.13.0 View the changeset: https://github.com/apache/geode-examples/compare/rel/v

Passed: apache/geode-native#2612 (rel/v1.13.0.RC1 - 5c5b320)

2020-09-07 Thread Travis CI
Build Update for apache/geode-native - Build: #2612 Status: Passed Duration: 1 hr, 25 mins, and 24 secs Commit: 5c5b320 (rel/v1.13.0.RC1) Author: Dave Barnes Message: GEODE-8388: Geode Native Client User Guide - delete unused source files (#631) View the chan

[VOTE] Apache Geode 1.13.0.RC1

2020-09-07 Thread Dave Barnes
Hello Geode Dev Community, This is a release candidate for Apache Geode version 1.13.0.RC1. Thanks to all the community members for their contributions to this release! Please do a review and give your feedback, including the checks you performed. Voting deadline: 3PM PDT Wed, September 9,

Re: Question on how Geode handles data on Disk

2020-09-07 Thread Amit Pandey
I agree its kind of academic but any answers will be appreciated, I just wanted to understand the performance characteristics when using disk persistence On Sun, Sep 6, 2020 at 11:54 PM Amit Pandey wrote: > What I meant here "Also if I request data for ID 1 will it bring it only > from disk or "