New answers tagged cte
0
Here's my stab in the dark at what may be happening.
With a small resultset and a sufficiently simple query plan, the query memory stolen pages (that portion of the query memory grant actually used) is under the grant size, so no spill to tempdb occurs. In this case, the logical reads are what you would expect - the query thread references to user object ...
1
Thanks for your feedback. NuoDB provides standards compliant SQL support, which includes strong language integration with LINQ and the Entity Framework. Besides .NET language support, NuoDB also supports JDBC, ODBC, Node.JS, Ruby/JRuby ActiveRecord & RAILS, PHP/PDO, and Hibernate.
Most importantly we do that with elastic scale-out support, an ...
3
The manual for CREATE PROCEDURE states: "Not Yet Implemented"
The documentation of the SELECT statement neither shows a WITH nor an alternative like connect by (as e.g. Cubrid does).
For bulkloading there is nuoloader but there doesn't seem to be an API for it.
But you will probably get a better answer if you post directly to the NuoDB forum: ...
Top 50 recent answers are included