aspose file tools
The moose likes JDBC and the fly likes Memory mapped database Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Memory mapped database " Watch "Memory mapped database " New topic
Author

Memory mapped database

Alok Pota
Ranch Hand

Joined: Mar 07, 2001
Posts: 185
Is there software out there which will query the database, retrieve the data in a memory mapped structure that mimics the underlying table structure, so that when I run the SQL it runs on this memory mapped structure. I don't want object-relational
mapping tools that map database to objects but a tool that is just a memory map of the underlying table structure and can run SQL queries
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Memory mapped database
 
Similar Threads
Portability implications for NIO
HQL create & drop table queries
What is hibernate dialect, why we are using dialect in hiberate
Session & Entity Beans
temporary tables