Re: Hello Ignite Community

2018-05-05 Thread Monil Shah
Hey Raghu, Welcome..:) I have also joined the community couple of days back. Is there any specific documentation you are following to understand the architecture Ignite? On Sat, May 5, 2018 at 6:05 AM, Raghu Veer wrote: > Hello All, > > I happen to be a software

Hello Ignite Community

2018-05-05 Thread Raghu Veer
Hello All, I happen to be a software engineer working in storage and virtualization. I got introduced to Ignite by one of my colleagues and I got immediately interested in the idea of what Ignite is doing. I am very much excited to join the community and work alongside great developers and add

Re: Transparent Data Encryption (TDE) in Apache Ignite

2018-05-05 Thread Nikolay Izhikov
Hello, Guys. Here are answers to the TDE design questions. I will create FAQ in IEP-18 with this answers, also. > 1. MEK, CEK rotation. Should we provide the way to change(regenerate) MEK, > CEK from time to time? Yes. PCI DSS are require it. See 3.6.4, 3.6.5 sections. > 2. Does CEK(table

[GitHub] ignite pull request #3945: IGNITE-8436 Added shutdown for services thread po...

2018-05-05 Thread rprabhat
GitHub user rprabhat opened a pull request: https://github.com/apache/ignite/pull/3945 IGNITE-8436 Added shutdown for services thread pool You can merge this pull request into a Git repository by running: $ git pull https://github.com/rprabhat/ignite ignite-8436

Re: memory-only mode for Ignite indexes

2018-05-05 Thread Vladimir Ozerov
In general I do not support this initiative. There are two serious reasons for that: 1) Our indexes are slow on updates due to architectural flaws. First, every index entry must be of fixed size. For this reason we cannot inline full values in general case and suffer from data page lookups [1].