Ignore:
Timestamp:
Nov 21, 2017, 10:24:14 AM (6 years ago)
Author:
djay
Message:

HPC support update. Add inputs for create options in Gdal_Dem.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/prototype-v0/zoo-project/zoo-kernel/sql/schema.sql

    r839 r854  
    3131-- Create a dedicated schema to store all tables
    3232-- Uncomment the following 2 lines to activate the schema use
    33 -- CREATE SCHEMA zoo;
    34 -- SET search_path TO zoo;
     33-- CREATE SCHEMA process;
     34-- SET search_path TO process;
    3535--------------------------------------------------------------------------------
    3636-- Services table
     
    4545       creation_time timestamp with time zone default now(),
    4646       end_time timestamp with time zone default NULL,
    47        -- queue_duration ,
    48        -- run_duration ,
    4947       progress int,
    50        message TEXT,
    51        -- data_lifetime timestamp with time zone default now() + interval '48 hours',
    52        rps_step int4 default 0
     48       message TEXT
    5349);
    5450--------------------------------------------------------------------------------
     
    5652-- Used to store the response provided by a services running asynchronously
    5753create table responses (
    58        uuid text references process(uuid) ON DELETE CASCADE,
     54       uuid text references services(uuid) ON DELETE CASCADE,
    5955       content text,
    6056       creation_time timestamp with time zone default now()
Note: See TracChangeset for help on using the changeset viewer.

Search

Context Navigation

ZOO Sponsors

http://www.zoo-project.org/trac/chrome/site/img/geolabs-logo.pnghttp://www.zoo-project.org/trac/chrome/site/img/neogeo-logo.png http://www.zoo-project.org/trac/chrome/site/img/apptech-logo.png http://www.zoo-project.org/trac/chrome/site/img/3liz-logo.png http://www.zoo-project.org/trac/chrome/site/img/gateway-logo.png

Become a sponsor !

Knowledge partners

http://www.zoo-project.org/trac/chrome/site/img/ocu-logo.png http://www.zoo-project.org/trac/chrome/site/img/gucas-logo.png http://www.zoo-project.org/trac/chrome/site/img/polimi-logo.png http://www.zoo-project.org/trac/chrome/site/img/fem-logo.png http://www.zoo-project.org/trac/chrome/site/img/supsi-logo.png http://www.zoo-project.org/trac/chrome/site/img/cumtb-logo.png

Become a knowledge partner

Related links

http://zoo-project.org/img/ogclogo.png http://zoo-project.org/img/osgeologo.png