Change Password

Please enter the password.
Please enter the password. Between 8-64 characters. Not identical to your email address. Contain at least 3 of: uppercase, lowercase, numbers, and special characters.
Please enter the password.
Submit

Change Nickname

Current Nickname:
Submit

Apply New License

License Detail

Please complete this required field.

  • Ultipa Blaze (v4)

Standalone

Please complete this required field.

Please complete this required field.

Please complete this required field.

Please complete this required field.

Leave it blank if an HDC service is not required.

Please complete this required field.

Leave it blank if an HDC service is not required.

Please complete this required field.

Please complete this required field.

Mac addresses of all servers, separated by line break or comma.

Please complete this required field.

Please complete this required field.

Cancel
Apply
ID
Product
Status
Cores
Maximum Shard Services
Maximum Total Cores for Shard Service
Maximum HDC Services
Maximum Total Cores for HDC Service
Applied Validity Period(days)
Effective Date
Expired Date
Mac Address
Reason for Application
Review Comment
Close
Profile
  • Full Name:
  • Phone:
  • Company:
  • Company Email:
  • Country:
  • Language:
Change Password
Apply

You have no license application record.

Apply
Certificate Issued at Valid until Serial No. File
Serial No. Valid until File

Not having one? Apply now! >>>

Product Created On ID Amount (USD) Invoice
Product Created On ID Amount (USD) Invoice

No Invoice

v5.0
Search
    English
    v5.0

      LTE

      Overview

      LTE (Load to Engine) is an operation that loads properties from disk into the computing engine or memory to optimize query performance. It allows faster access to data, reducing disk I/O.

      After a property is LTE-ed, it isn't loaded into memory immediately; it's loaded only when accessed via a query or during a cache warm-up operation. LTE can be performed on custom properties or the system property _id.

      When a property is no longer needed for LTE, you can execute the UFE (Unload from Engine) operation to remove it. Although UFE-ed properties may remain temporarily in memory until cleared or evicted, they are no longer accessible by queries.

      LTE

      You can perform LTE on a property using the LTE() statement. The LTE operation runs as a job, you may run show().job(<id?>) afterward to verify the success of the completion.

      To perform LTE on the node property @member._id:

      LTE().node_property(@member._id)
      

      To perform LTE on the edge property @transfer.amount:

      LTE().edge_property(@transfer.amount)
      

      UFE

      You can perform UFE on a property using the UFE() statement.

      To perform UFE on the node property @member._id:

      UFE().node_property(@member._id)
      

      To perform UFE on the edge property @transfer.amount:

      UFE().edge_property(@transfer.amount)
      
      Please complete the following information to download this book
      *
      公司名称不能为空
      *
      公司邮箱必须填写
      *
      你的名字必须填写
      *
      你的电话必须填写