Unsubscribe the mailing list

2017-02-12 Thread Tracy Liang (BLOOMBERG/ 731 LEX)
Hey there, Could someone help me unsubscribe this sender email address from the Ignite mailing list. Thanks in advance! Tracy

Re: Unsubscribe the mailing list

2017-02-12 Thread Tracy Liang (BLOOMBERG/ 731 LEX)
Will do. Thanks. Sent from Bloomberg Professional for iPhone - Original Message - From: vkulichenko To: user@ignite.apache.org At: 12-Feb-2017 21:10:42 Tracy, You should write an email to user-unsubscr...@ignite.apache.org. It's a pity to see you going :)

Re: Is it possible to enable both REPLICATED and PARTITIONED?

2016-10-10 Thread Tracy Liang (BLOOMBERG/ 731 LEX)
be it is reasonable to set backups = 2? The more backups you choose - the more memory will be consumed by backup partitions and also grid will spend time in rebalancing data. What is your use case? On Mon, Oct 10, 2016 at 11:18 PM, Tracy Liang (BLOOMBERG/ 731 LEX) <tlian...@bloomberg.net> wrote:

Re: Is it possible to enable both REPLICATED and PARTITIONED?

2016-10-12 Thread Tracy Liang (BLOOMBERG/ 731 LEX)
Thanks Val, this is really really helpful for us. This is what you are talking about: https://github.com/apache/ignite/blob/master/examples/src/main/java/org/apache/ignite/examples/datagrid/CacheEntryProcessorExample.java, right? So in my case, I could set KEYS_SET to be whatever I want, then

Re: Is it possible to enable both REPLICATED and PARTITIONED?

2016-10-10 Thread Tracy Liang (BLOOMBERG/ 731 LEX)
Thanks, and PARTITIONED mode could have any number of backups right? I want backups for high availability and also my dataset is large. I guess I will use PARTITIONED mode and configure number of backups based on actual needs in that case right? From: user@ignite.apache.org Subject: Re: Is it

Re: Is it possible to enable both REPLICATED and PARTITIONED?

2016-10-11 Thread Tracy Liang (BLOOMBERG/ 731 LEX)
ble both REPLICATED and PARTITIONED? Hi Tracy, Ignite support SQLFieldQuery for the purpose[1] SQL with default marshaller (Binary) will be use only needed fields when evaluation. [1]: https://apacheignite.readme.io/docs/sql-queries#fields-queries On Mon, Oct 10, 2016 at 8:54 PM, Tracy Liang

Re: Is it possible to enable both REPLICATED and PARTITIONED?

2016-10-11 Thread Tracy Liang (BLOOMBERG/ 731 LEX)
fields when evaluation. [1]: https://apacheignite.readme.io/docs/sql-queries#fields-queries On Mon, Oct 10, 2016 at 8:54 PM, Tracy Liang (BLOOMBERG/ 731 LEX) <tlian...@bloomberg.net> wrote: Thanks for this clear explanation, Alexey. Basically I want to use Ignite as a shared in-memory

Re: Is it possible to enable both REPLICATED and PARTITIONED?

2016-10-12 Thread Tracy Liang (BLOOMBERG/ 731 LEX)
Thanks Val. Another crucial question for us is, now we are storing native spark dataframe in a format of . We can do get(key) to get certain records. But is it possible to fetch only certain column without creating querySqlField? Tracy From: user@ignite.apache.org Subject: Re: