Pre-Generated Mapping Views

1

I followed this simple instruction to create Mapping Views :

Always the first query in the database takes time because this Mapping is not created? So the first to delay? Right? I created it from the form of the forum, but even so it takes the first query, it should stop, right?

I even tried to "cheat" by putting an Async search at the beginning of the system:

using ( var ctx = new Contexto)
{
 var lista = ctx.Usuario.ToListAsync();
} 

But this query stays there until it finishes, and locks the layout.

    
asked by anonymous 03.07.2015 / 02:08

0 answers