Skip to content

ignite-12078 implement loadCache functionality in CacheJdbcBlobStore#6783

Open
luecu wants to merge 1 commit intoapache:masterfrom
luecu:ignite-12078-add-loadCache-for-blob
Open

ignite-12078 implement loadCache functionality in CacheJdbcBlobStore#6783
luecu wants to merge 1 commit intoapache:masterfrom
luecu:ignite-12078-add-loadCache-for-blob

Conversation

@luecu
Copy link

@luecu luecu commented Aug 16, 2019

No description provided.

try {
conn = connection(tx);

stmt = conn.prepareStatement(loadCacheQry);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if large resultSet will be loaded I suggest to add fetchSize parameter: 10000 for example

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments