[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
carries in-memory data for db4o in-memory operation.
Namespace: Db4objects.Db4o.Ext
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Class MemoryFile |
C# |
---|
public class MemoryFile |
Visual C++ |
---|
public ref class MemoryFile |
Remarks
carries in-memory data for db4o in-memory operation.
In-memory ObjectContainers are useful for maximum performance on small databases, for swapping objects or for storing db4o format data to other media or other databases.
Be aware of the danger of running into OutOfMemory problems or complete loss of all data, in case of hardware or JVM failures.
In-memory ObjectContainers are useful for maximum performance on small databases, for swapping objects or for storing db4o format data to other media or other databases.
Be aware of the danger of running into OutOfMemory problems or complete loss of all data, in case of hardware or JVM failures.