Bulk import using KiWiLoader

2016-08-24 Thread Blake Regalia
The KiWi Loader[1] documentation seems to be missing how to actually run the program. It appears to be alluding to a "KiWiLoader" binary - but I have found no such executable. I did find this archived message[2] which includes this detail about running the loader: > All code is located in librari

Re: Bulk import using KiWiLoader

2016-08-25 Thread Blake Regalia
Thu, Aug 25, 2016 at 8:40 AM, Sergio Fernández > wrote: > >> Hi, >> >> On Wed, Aug 24, 2016 at 10:27 PM, Blake Regalia >> wrote: >> >>> The KiWi Loader[1] documentation seems to be missing how to actually run >>> the program. It appears to be alluding

Reason for not using auto-incrementing id field?

2018-02-13 Thread Blake Regalia
What was the justification for using the 'snowflake' bigint type for the id fields on nodes, triples and namespaces? - Blake

Re: Reason for not using auto-incrementing id field?

2018-02-13 Thread Blake Regalia
ou use), and that's > adding another database roundtrip. Snowflake is purely in code, very fast > to compute, and safe even in distributed setups. > > Is it causing problems? > > Sebastian > > Blake Regalia schrieb am Di., 13. Feb. 2018, > 21:11: > >> What was

Re: Reason for not using auto-incrementing id field?

2018-02-13 Thread Blake Regalia
h. You can always switch to the database sequence generator for IDs if > you want to try it out yourself, I think it's still available and it's a > simple configuration option. > > Sebastian > > > Blake Regalia schrieb am Mi., 14. Feb. 2018, > 01:00: > >>