SqliteCache icon indicating copy to clipboard operation
SqliteCache copied to clipboard

Use the recommended bulk insert method for Sqlite

Open AntonyCorbett opened this issue 3 years ago • 2 comments

Use the recommended bulk insert method for Sqlite. Added test for 100,000 items. See SetBulk()

AntonyCorbett avatar Mar 23 '22 18:03 AntonyCorbett

Salut Antony,

Is there a reason you changed AddExpirationParameters to GetExpirationValues?

mqudsi avatar Apr 06 '22 18:04 mqudsi

Hi Mahmoud, I needed the values in the new SetBulk method and didn't want to duplicate the logic that now exists in GetExpirationValues()

AntonyCorbett avatar Apr 06 '22 18:04 AntonyCorbett