square / sqlbrite

A lightweight wrapper around SQLiteOpenHelper which introduces reactive stream semantics to SQL operations.
https://square.github.io/sqlbrite/3.x/sqlbrite/
Apache License 2.0
4.57k stars 416 forks source link

Don't call Cursor.getCount() #217

Closed JakeWharton closed 7 years ago

JakeWharton commented 7 years ago

Sounds like it's prohibitive to performance.

JakeWharton commented 7 years ago

Nope. We should be good as we consume the entire rowset.