2

I am using cqengine with no particular setting and I have a 6MB maven dependency on sqllite.

I currently just use NavigableIndexes, so I am not writing anything on my disk, not explicitely that is, however I'm managing very big lists.

My question is: can I remove this dependency? Or cqengine, behind the scenes, actually makes use of it when RAM is not enough?

Phate
  • 6,066
  • 15
  • 73
  • 138

1 Answers1

4

You can safely remove that dependency if you are not using it.

I'm the author of CQEngine. The situation of which dependencies can be safely be removed should indeed be documented better. I'll try to do that in future.

npgall
  • 2,979
  • 1
  • 24
  • 24