- Nov 27, 2015
-
-
Manish R Jain authored
-
- Nov 25, 2015
-
-
Manish R Jain authored
Switch dirtylist with dirtymap, because list causes a merge explosion, when the same posting list gets multiple updates.
-
- Nov 24, 2015
-
-
Manish R Jain authored
Clean up periodic cleaning and merging of lists. Now we have a list of dirty posting lists, which can be merged periodically. This is a lot better than iterating over the entire hashmap, and finding dirty lists there. Also, allow for clog to be nil, to make loading fast.
-
- Nov 23, 2015
-
-
Manish R Jain authored
-
- Nov 21, 2015
-
-
Manish R Jain authored
-
Ubuntu authored
-
Manish R Jain authored
-
- Nov 20, 2015
-
-
Manish R Jain authored
-
- Nov 19, 2015
-
-
Manish R Jain authored
Loads of fixes and tweaks to make data loading work. Largely, the system is really fast in inserting data, but memory becomes a problem. So, running continuous memory checks, and if the db exceeds set memory, then stopping in world in batch load mode to deal with it first. In server mode, same code runs but without stopping the world.
-
- Nov 18, 2015
-
-
Manish R Jain authored
-
Manish R Jain authored
Moved lcache to lmap, a bucket based concurrent hash map. But, the behaviour is still erratic, with 28% of Gets (with inserts) taking over 10us.
-
- Nov 17, 2015
-
-
Manish R Jain authored
-
Manish R Jain authored
-
Manish R Jain authored
-
- Nov 16, 2015
-
-
Manish R Jain authored
Real world use cases. Allow for dots in names. Handle backspace. Run automatic mutation merging. Load multiple rdf gzips, etc.
-
- Nov 12, 2015
-
-
Manish R Jain authored
-
- Oct 29, 2015
-
-
Manish R Jain authored
-
- Oct 21, 2015
-
-
Manish R Jain authored
-