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 (such as @*&#).
Please enter the password.
Submit

Change Nickname

Current Nickname:
Submit

Certifications

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

Not having one? Apply now! >>>

Invoice

ProductName CreateTime ID Price File
ProductName CreateTime ID Price File
v4.2
Search
    中文EN
    v4.2

      LTE

      LTE

      LTE is short for Load to Engine, it loads disk-based properties into Ultipa's high-performance graph computing engine. Before executing LTE, make sure there is adequate memory space. System properties ID, FROM and TO do not support LTE operation. Previously LTE-ed properties will be auto LTE-ed again after a system reboot and a GraphSet re-mount.

      LTE is a prerequisite when executing inter-step comparison (by path_ascend(), path_descend()), weighted shortest path calculation (by shortest(<property>)) and inter-step filtering (by prev_n, prev_e and alias defined earlier in the same path template).

      Syntax:

      // To load a certain node property under a certain node schema in the current graphset
      LTE().node_property(@<schema>.<property>)
      
      // To load a certain node property (if has) under all node schemas in the current graphset
      LTE().node_property(@*.<property>)
      
      // To load a certain edge property under a certain edge schema in the current graphset
      LTE().edge_property(@<schema>.<property>)
      
      // To load a certain edge property (if has) under all edge schemas in the current graphset
      LTE().edge_property(@*.<property>)
      

      UFE

      UFE is short for Unload from Engine, it unloads properties not needed for query acceleration from engine, hence saves server memory (the property continues to persist on disk unless it is deleted). Deleting a property will also remove the property from engine, unmounting a GraphSet also unloads its properties, if there is any, from engine.

      The UFE() will take some time depending on the size of the data, but will not affect other operations.

      Syntax:

      // To unload a certain node property under a certain node schema in the current graphset
      UFE().node_property(@<schema>.<property>)
      
      // To unload a certain node property (if has) under all node schemas in the current graphset
      UFE().node_property(@*.<property>)
      
      // To unload a certain edge property under a certain edge schema in the current graphset
      UFE().edge_property(@<schema>.<property>)
      
      // To unload a certain edge property (if has) under all edge schemas in the current graphset
      UFE().edge_property(@*.<property>)
      
      Please complete the following information to download this book
      *
      公司名称不能为空
      *
      公司邮箱必须填写
      *
      你的名字必须填写
      *
      你的电话必须填写
      *
      你的电话必须填写