NoSQL is a much more diverse category than RDBMS, so it will depend on the specific NoSQL DB you are talking about.
The document-store type NoSQL DBs that I've had experience with are absolutely terrible at flexible filtering. RDBMSs are much better for that type of thing.
Comments
NoSQL is a much more diverse category than RDBMS, so it will depend on the specific NoSQL DB you are talking about.
The document-store type NoSQL DBs that I've had experience with are absolutely terrible at flexible filtering. RDBMSs are much better for that type of thing.