Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Question aboit api end point /ingest

avatar
Explorer

Hi

 

I have about 100,000 user-item association entries to post by /ingest

 

Questions:

(1) When the model will be re-built? Is it automatically in next run (how to trigger next run? auto? perodically?) ?

(2) During the post process one by one association to /ingest, will it still trigger approximation computation once it gets an entry?

 

1 ACCEPTED SOLUTION

avatar
Master Collaborator

The default is that you manually trigger model builds. But you can configure it to build after a certain amount of time has elapsed, or a certain number of data points have been written. See model.time-threshold and model.data-threshold.

 

Yes, all data points cause in-memory model updates no matter how they arrive.

View solution in original post

1 REPLY 1

avatar
Master Collaborator

The default is that you manually trigger model builds. But you can configure it to build after a certain amount of time has elapsed, or a certain number of data points have been written. See model.time-threshold and model.data-threshold.

 

Yes, all data points cause in-memory model updates no matter how they arrive.