It seems brightstar uses the actual/real commit time to identify the various historical states of a store.
I have some existing data, that has been developed using an append only method also that I'd like to import into a brightstar store.
Assuming I've broken up the existing data into each of it's historical deltas. (let's say they happened on the 1st of each month).
I was hoping to import each 'monthly delta' as it's own transaction, but keep the respective 'versions'
So
Rather than
November 11 2014 09:20
November 11 2014 09:22
November 11 2014 09:24
...
I'd like to have something like
March 2012
April 2012
May 2012
...
I appreciate I might need to modify my existing version formats. But is it possible to specify a specific value for 'commit time' for when I call ExecuteTransaction() ?
Thanks in advance.
Matt