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 Graph V4

Standalone

Please complete this required field.

Please complete this required field.

The MAC address of the server you want to deploy.

Please complete this required field.

Please complete this required field.

Cancel
Apply
ID
Product
Status
Cores
Applied Validity Period(days)
Effective Date
Excpired Date
Mac Address
Apply Comment
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 but 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. Even though UFE-ed properties may remain in memory temporarily until they are cleared or evicted, they will not be accessed by queries anymore.

      LTE

      You can perform LTE for 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 for node property @member._id:

      LTE().node_property(@member._id)
      

      To perform LTE for edge property @transfer.amount:

      LTE().edge_property(@transfer.amount)
      

      UFE

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

      To perform UFE for node property @member._id:

      UFE().node_property(@member._id)
      

      To perform UFE for edge property @transfer.amount:

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