标签: postgresql memory
我正在搜索将PostgreSQL列或表存储到内存中的方法。我发现的所有帖子都说没有直接的方法
Running PostgreSQL in memory only
Need to load the whole postgreSQL database into the RAM
好吧,我刚刚将数据库升级到9.3。它仍然不可能吗?
connectTo("postgres://localhost:"+port+"/in_memory_table");