RaptorDB-Document icon indicating copy to clipboard operation
RaptorDB-Document copied to clipboard

NoSql, JSON based, Document store database with compiled .net map functions and automatic hybrid bitmap indexing and LINQ query filters (now with standalone Server mode, Backup and Active Restore, Tra...

Results 8 RaptorDB-Document issues
Sort by recently updated
recently updated
newest added

My APP logic is: 1. Get data from an API 2. Delete the current data in raptorDB 3. Insert the data from the API in the DB 4. use the...

I did an analysis on the RaptorDB Project and I identified where I can put changes to various languages, English, Portuguese, French, and etc ...this is one of the changes...

Hi, I have a problem when I go to save the db. VisualStudio does not generate errors but I cannot find the DB files in the path. I gave full...

How to reduse the size of .mgbmp file ? RemoveKey only remove key from idx and mark the storageitem in *.mgbmp as deleted. But the file size has not decreased....

Is it possible to run this on Windows Phone or UWP? Perhaps a PCL?

- ReadWriteLockSlim used in MGIndex - Optimized some index methods - Added options for early page splitting to allow multiple threads modify index

"keyword1 keyword2" means keyword1 AND keyword2 "keyword1 keyword2 -keyword3" should means include both keyword1 and keyword2, but could not have keyword3, right? when I used this, I got the result...

1. MurMurHash is not cryptographically safe hash function so you shouldn't use it for passwords 2. What about to encrypt the network traffic simply by AES with the hashed users...