Part Of Database Key の設定上限数

フォローする

Store In Database(データベースデータ登録) を利用したデータベースへの書き込みにおいては、その前提としてBizRobo!が ObjectKey (Primary Key) を算出するための要素としてTYPEに「Part Of Database Key(データベースキーの一部)」を1つ以上設定しておく必要があります。(理論的な設定数の上限はありません。)

ただし、設定数が多いほどObjectKey算出時のマシンに対する負荷は高くなります。

There is no theoretical limit to the number of attributes that can be included as part of the database key.

It works similarly to a hashing function like MD5 or SHA-1. The values in attributes that are part of the key are appended together, then the hash key is calculated for the combined data. Larger amounts of data will require more memory and longer processing time to calculate, but there isn’t a fixed upper limit on the number of attributes or total data size.