RE: sql fields visibility without sql indexing

2019-01-18 Thread Stanislav Lukyanov
There are implicit indexes needed to make SQL work – one on primary key, one on affinity key. They are also stored in index.bin, so it’s expected to see it growing. Stan From: Yuriy Sent: 18 января 2019 г. 13:37 To: user@ignite.apache.org Subject: sql fields visibility without sql indexing Hi

sql fields visibility without sql indexing

2019-01-18 Thread Yuriy
Hi. I want to see sql fields without sql indexing. I use @QuerySqlField() annotation and invoke setIndexedTypes cache configuration method. But I watching that index.bin file is growing up. I dot not use sql index. I need to see sql fields only. Why this file is growing up? -- Sent from: