"SequoiaDB Giant Sequoia Database" getLobDetail() Overview 2

error

error code

Example

  • List the detailed information that the lob of 0005deb85c5350004743b09 is currently accessed

db.sample.employee.getLobDetail('00005deb85c5350004743b09')
{
  "Oid": "00005deb85c5350004743b09",
  "AccessInfo": {
    "RefCount": 3,
    "ReadCount": 0,
    "WriteCount": 1,
    "ShareReadCount": 2,
    "LockSections": [
      {
        "Begin": 10,
        "End": 30,
        "LockType": "X",
        "Contexts": [
          11
        ]
      },
      {
        "Begin": 30,
        "End": 50,
        "LockType": "S",
        "Contexts": [
          12
        ]
      }
    ]
  },
  "ContextID": 14
}

Click on Jushan Database Documentation Center for more information

Guess you like

Origin blog.csdn.net/weixin_45890253/article/details/112939887