|   | 17 |   | 
                  
                          |   | 18 | {{{  | 
                  
                          |   | 19 | $ cd $4STORE_HOME/bin  | 
                  
                          |   | 20 | $ ./4s-backend-setup allie  | 
                  
                          |   | 21 | $ ./4s-backend allie  | 
                  
                          |   | 22 | ./4s-import -v allie --format ntriples datapath --model http://myURI.com  | 
                  
                          |   | 23 | }}}  | 
                  
                          |   | 24 |   | 
                  
                          |   | 25 | Configuration consideration (refer to [http://4store.org/]):  | 
                  
                          |   | 26 |    | 
                  
                          |   | 27 | Here specify the cluster and segmentation values:   | 
                  
                          |   | 28 | 4s-backend-setup --node 0 --cluster 1 --segments 4 demo  | 
                  
                          |   | 29 |   | 
                  
                          |   | 30 | The number of segments should be a power of 2, parallelisation depends on segmentation. As a rule of thumb try a power of 2 close to twice as many segments as there are physical CPUs or CPU cores on the system, but depending on the workload you may find less or more work better.   | 
                  
                          |   | 31 |   |