KDB+ is the number 1 time-series database, no question. Per-core, it's 10 times faster than any other time-series database. Seems like an odd omission.
As noted in the scope section along with some other omissions:
> Only free and open source time series databases and their features have been compared. Therefore if someone asks “have you tried Kdb+ or Informix?” the answer will be no. They are probably awesome though.
Article could have been titled "Review of the Top10 FOSS Time Series Databases" since that's what it is.
Requiring a schema makes it ill-suited to many use cases since in many situations you don't know the schema ahead of time. And the biggest for me is poor Hadoop/Spark integration. JDBC is not a great choice since you have poor predicate pushdown support and it prevents say Spark from going specifically to the node with the data.
You always have N>0 schemas. The question of whether you have N+1 or not is governed is whether your db requires you to have a second one other than the one in your code.
http://kparc.com/q4/readme.txt