For a long time I dream someday there could be born a relational database in memory.So we can take advantage of both relational math and high speed in memory.When I find EJB,I believe that's the thing at first.But it's not.I don't think the technology is far from reality.
I also dream someday one new product that combines both relational math and object-oriented thought could occur.
-
a dream (4 messages)
- Posted by: Jerry Zhu
- Posted on: September 26 2000 21:14 EDT
Threaded Messages (4)
- a dream by Ed Roman on September 26 2000 22:01 EDT
- a dream by fengliang wu on September 27 2000 12:09 EDT
- a dream by Jerry Zhu on September 27 2000 21:11 EDT
- a dream by Stu Charlton on September 28 2000 01:52 EDT
- a dream by Jerry Zhu on September 27 2000 21:11 EDT
-
a dream[ Go to top ]
- Posted by: Ed Roman
- Posted on: September 26 2000 22:01 EDT
- in response to Jerry Zhu
An RDBMS cache achieves this.. also a distributed shared data object cache achieves high-speed long-lived object caching as well. There are several EJB products that offer this. -
a dream[ Go to top ]
- Posted by: fengliang wu
- Posted on: September 27 2000 12:09 EDT
- in response to Jerry Zhu
There is some research in the database field to
try to combine the beauty of relational model and
the object model. Also the object database does
exist.
As to the memory-db, I think it is almost impossible. Today the memory-size increases fast but the data-capacity of the
database increases much faster than the memory-size. -
a dream[ Go to top ]
- Posted by: Jerry Zhu
- Posted on: September 27 2000 21:11 EDT
- in response to fengliang wu
Ed Roman:
Are you the author of Mastering Enterprise Javabeans.If you are,I am so excited.I just download your book and read it which lead me into the world of EJB.
As to oodb,is there any products in application?Jasmine? -
a dream[ Go to top ]
- Posted by: Stu Charlton
- Posted on: September 28 2000 13:52 EDT
- in response to Jerry Zhu
OODB's in use: Gemstone/J, Persistence PowerTier (the latter uses an OODB as it's object/relational cache). Both are meant for high-volume applications, such as logistics, operations or trading systems and have an appropriate level of sophistication to meet those needs.
On a smaller note, one can look at an object-relational mapper to have an "in memory" data map. Apple WebObjects does an admirable job of this, as does Cocobase and TOPLink.