Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-16765

Support creation of table for specific storage engine

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • sql

    Description

      To make the work with scripts more convenient, we need to support an ability to change default storage engine for an entire script.

      From user's point of view it should look like this:

      SET default_engine = <storage_engine_name>;
      
      CREATE TABLE <table_name> (
          <table_schema>
      );
      

      The scope of the SET expression is limited by DDL script execution context.

      So, within this ticket we should introduce a support for SET command as well as execution context that is bound to a script lifecycle.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              agura Andrey N. Gura
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: