Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 488 Bytes

Console-Command-Declare-Intent.md

File metadata and controls

23 lines (15 loc) · 488 Bytes

Console - DECLARE INTENT

Declares an intent on current database. Intents are a way to tell to OrientDB what you're going to do.

Syntax

DECLARE INTENT <intent-name>

Where:

  • intent-name The name of the intent. "null" means remove the current intent. Supported ones are:
  • massiveinsert
  • massiveread

Example

DECLARE INTENT massiveinsert

This is a command of the Orient console. To know all the commands go to Console-Commands.