Tagged Questions
23
votes
7answers
10k views
What is NoSQL, how does it work, and what benefits does it provide?
I've been hearing things about NoSQL and that it may eventually become the replacement for SQL DB storage methods due to the fact that DB interaction is often a bottle neck for speed on the web.
So I ...
8
votes
16answers
2k views
Top 10 SQL Server performance bottlenecks
What is the most common performance bottleneck that is not caused by the database structure?
0
votes
6answers
795 views
(Firebird) SQL: 100x constraints in WHERE clause makes query extremely slow
I'm using Firebird and created a table, called EVENTS. The columns are:
id (INT) | name (VARCHAR) | category (INT) | website (VARCHAR) | lat (DOUBLE) | lon (DOUBLE)
Now a user wants to search for ...