Re: Does ignite supported calculated columns ?

2018-09-14 Thread ezhuravlev
Hi, How often do you access it? Maybe it would be better to calculate it each time you access it in getter method? Alternatively, you can implement Binarylizable interface and calculate this column there, before serializing it. Evgenii -- Sent from:

Does ignite supported calculated columns ?

2018-09-12 Thread wengyao04
Hi, in our cache we have a column which is calculated by other columns, for example column-C is calculated by column-A / column-B When there is an update from column-A or column B, can ignite handle the calculation of column-C ? Thanks -- Sent from: