I am testing Oracle Autonomous Json Database REST using Soda for access via c# (Unity3d) and all works good.
The process I use is:
- Create a json document with a time stamp, works
- Update the time-stamp regular, works
However, when I create a new record I cannot see it via OCI (JSON) but I can read and update that record. It takes quite a long time until I can see it, maybe it is cached.
I wrote some code to list all current records in this json collection:
> PlayerId: Jtm7EBceqzoSJLSfX6v37WOLHUyn> PlayerName: PeterX> StartTime: 10/29/2024 5:09:20 PM---------------------------------> PlayerId: Jtm7EBceqzoSJLSfX6v37WOLHUyn_> PlayerName: ANONYMOUS NEW> StartTime: 10/28/2024 8:15:48 PM---------------------------------> PlayerId: aaaaaaaaaa> PlayerName: ANONYMOUS#1> StartTime: 10/25/2024 4:22:55 PM---------------------------------PlayerId: bbbbbbbbbbPlayerName: ANONYMOUS#2StartTime: 10/29/2024 7:16:26 PM---------------------------------> PlayerId: ABCD> PlayerName: MaxPax> StartTime: 10/29/2024 9:49:36 PM---------------------------------PlayerId: 1234PlayerName: MaxPax2StartTime: 10/29/2024 7:20:31 PM---------------------------------PlayerId: PlayerName: StartTime: 10/29/2024 9:38:11 PM---------------------------------> PlayerId: ZÅÄÖ> PlayerName: Linnéa> StartTime: 10/29/2024 10:06:34 PM---------------------------------PlayerId: MmMmMmMmPlayerName: UKRAINAStartTime: 10/29/2024 10:42:21 PM
I can only see the records marked with ">".
I just refreshed OCI approx. one hour after I created records but it is still not updated.
Can someone please explain why this is happening?