Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dgraph
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
dgraph
Commits
8a1b0c3272fe5ed84e455d7481c2022dfada6bb0
Select Git revision
0 results
dgraph
loader
loader.go
Author
Search by author
Any Author
authors
0 authors
Feb 02, 2016
Move code into a function
· 8a1b0c32
Ashwin
authored
9 years ago
8a1b0c32
Rename numInstance
· a44f7047
Ashwin
authored
9 years ago
a44f7047
Feb 01, 2016
Generate UIDs in the allowed range
· 7dae8675
Ashwin
authored
9 years ago
7dae8675
Rename mod to instanceIdx
· 8f4cb553
Ashwin
authored
9 years ago
8f4cb553
Removed mod sampling
· 4e7b8434
Ashwin
authored
9 years ago
4e7b8434
Removed mod sampling
· d54edb4e
Ashwin
authored
9 years ago
d54edb4e
Change arguments of GetUid to take the machine Id and the number of Instances
· 2e5615e6
Ashwin
authored
9 years ago
2e5615e6
Make getUid global
· 49c59044
Ashwin
authored
9 years ago
49c59044
Jan 28, 2016
Changes made for assigning uids in a seperate pass
· 82085af9
Ashwin
authored
9 years ago
82085af9
Nov 19, 2015
Loads of fixes and tweaks to make data loading work. Largely, the system is...
· 879a3329
Manish R Jain
authored
9 years ago
879a3329
Nov 18, 2015
Moved lcache to lmap, a bucket based concurrent hash map. But, the behaviour...
· 3c60a5e6
Manish R Jain
authored
9 years ago
3c60a5e6
Nov 17, 2015
Randomize input to avoid contention for RDFs containing the same subject....
· 6f460e6d
Manish R Jain
authored
9 years ago
6f460e6d
Move loader out of server. HandleRDFReader to it's own package.
· 9fb14d45
Manish R Jain
authored
9 years ago
9fb14d45
Loading