microstream icon indicating copy to clipboard operation
microstream copied to clipboard

High-Performance Java-Native-Persistence. Store and load any Java Object Graph or Subgraphs partially, Relieved of Heavy-weight JPA. Microsecond Response Time. Ultra-High Throughput. Minimum of Latenc...

Results 89 microstream issues
Sort by recently updated
recently updated
newest added

In a lot of places, plain RuntimeExceptions are still used. We should replace them with properly typed ones. Places in code are marked with `// ... EXCP: proper exception`

enhancement

The backup functionality is great in MicroStream. It saves gigabytes of data within in seconds to the disk. If i zip any backuped folder the gigabytes of data are shrunken...

## Environment Details * MicroStream Version: 06.01.00-MS-GA Also 07.00.00-MS-beta2 * JDK version: 13 * OS: Windows * Used frameworks: JavaCore, JavaFx ## Describe the bug A clear and concise description...

Currently, the configuration using the default configuration files is created for storage. So we now have keys of type: ``` storage-directory lock-file-name ``` which all relate to but storage. But...

Currently a storage cannot be started in an read only mode. If a user wants to start a storage e.g. for debugging purposes it is up to the user to...

enhancement

If legacy type mapping is applied to enumerations in a specific way the storage may get corrupted without warning. The corrupted storage is no more loadable, it throws an exception...

bug

Currently, only 1 StorageManager is supported within the CDI manager (that is - in combination with @Storage and @Store) By using 'named' managers (using `@Named` and specifying this name also...

enhancement

Add feature, to rewrite all objects already saved in DB to actual state by legacy type mapping. In DB world is something like "Vertical Partitioning". One example. I have an...

enhancement

In order to synchronize the object graph with the storage data, a reload functionality has been requested; like a rollback function in other frameworks. Basically it is doable right now,...

## Is your feature request related to a problem? Please describe. In the past we had some issues with zombie references in our data structure. Microstream did notice us with...

enhancement