- Mar 09, 2016
-
-
Manish R Jain authored
Performance improvements and bug fixes
-
Manish R Jain authored
-
Manish R Jain authored
-
Manish R Jain authored
-
Manish R Jain authored
Handle language when forming NQuad. Move the fp mod earlier in the process, to avoid paying for ToEdge() function call.
-
Manish R Jain authored
-
- Mar 08, 2016
-
-
Manish R Jain authored
Aync writes to RocksDB are 1000x faster than sync writes. We don't need to do synchronous writes because we do sync writes on commit logs
-
Manish R Jain authored
Fix a bug due to which we were unable to retrieve xids.
-
Ashwin Ramesh authored
Batch write while merging
-
Ashwin authored
-
Manish R Jain authored
-
Manish R Jain authored
Tool to debug posting lists in RocksDB
-
- Mar 07, 2016
-
-
Manish R Jain authored
-
Ashwin Ramesh authored
RocksDB merge in go
-
Ashwin authored
-
Manish R Jain authored
-
Ashwin authored
-
Ashwin authored
-
Ashwin authored
-
Manish R Jain authored
Change log output
-
Ashwin authored
-
Manish R Jain authored
-
- Mar 04, 2016
-
-
Ashwin authored
-
Manish R Jain authored
-
- Mar 03, 2016
-
-
Manish R Jain authored
Testing Distributed Loader
-
Ashwin authored
-
Manish R Jain authored
Set the number of goroutines for gentle merging to 18. It is little slower to run these goroutines, but they keep the memory usage in check.
-
Manish R Jain authored
-
Manish R Jain authored
-
Manish R Jain authored
Store any errors encountered while running the pipeline. If any error is found, stop processing immediately. Switch the system to sync.WaitGroup completely, instead of an error channel. Log fatal on error in loader and uidassigner
-
Manish R Jain authored
Loader shouldn't cause uid assignment. Add a Get() function in uid, and avoid calling rdf.GetUid. Plus, other changes across the entire code base to accommodate this.
-
Manish R Jain authored
-
Ashwin authored
-
Manish R Jain authored
Change how many keys we merge. Also, run gentlyMerge in a goroutine, so our memory monitor can call aggressivelyEvict in time. Also, with this change, the memory growth is a heck of a lot more controlled.
-
Manish R Jain authored
-
Manish R Jain authored
-
Manish R Jain authored
-
- Mar 02, 2016