<div dir="ltr"><div class="gmail_extra" style>Ok I found solution. To use TEMP tables as pure in memory, just execute command: PRAGMA temp_store=2 . Then all temp tables will be stored in memory. So, I don't really need VIRTUAL tables anymore</div>
</div>