Explore >> Select a destination


You are here

blog.jooq.org
| | nenadnoveljic.com
14.3 parsecs away

Travel
| | A frequently executed SQL causes problems with the initial incremental statistics calculation.
| | blog.sqlterritory.com
16.0 parsecs away

Travel
| | SQL Server 2017 introduced a lot of new features. One of the most surprising is Graph Database capabilities (aka SQL Graph and Graph Extensions). This new functionality enables users to model complex relationships using new database objects and queries. Let's see what it is and how it works. What are Graph Databases? In general, Graph ... Continue reading "SQL Graph Database - the new feature in SQL Server 2017"
| | xnacly.me
15.7 parsecs away

Travel
| | Reducing the execution time of a benchmark by 85% or 7.03x
| | ankane.org
48.0 parsecs away

Travel
| Your database knows which queries are running. It also has a pretty good idea of which indexes are best for a given query. And since indexes don't...