[GSOC 18] Perf Farm——Description of patch

From: "Hongyuan Ma" <cs_maleicacid(at)163(dot)com>
To: "Dave Page" <dpage(at)pgadmin(dot)org>, "mark(at)2ndQuadrant(dot)com" <mark(at)2ndquadrant(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: [GSOC 18] Perf Farm——Description of patch
Date: 2018-03-17 12:07:38
Message-ID: 2d7b2b24.4bb9.16233dbb224.Coremail.cs_maleicacid@163.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,
This email is a description of 0001-add-apps-directory.patch.
In this patch, I created the apps directory and created two applications, test_item and user_operation.
The test_item application model classes are: TestBranch, TestItem
The model classes in the user_operation application are: Alias, UserMachine, TestResult

The relationship between User and UserMachine is 1 : m
The relationship between TestResult and UserMachine is: n : 1
The relationship between TestItem and TestResult is 1 : m

I also created the db_tools directory. The scripts in this directory make it easy for developers to import simulation data during development.

Here are some of my ideas:
Since django-rest-framework does not support django 1.8, I am anxious that in the next patch, I can upgrade the Django version to the TLS version, which is now 1.11.

I'm not sure if there is an existing alias database. If not, maybe I should write a web crawler that collects aliases (such as plants‘ names) from web pages (https://en.wikipedia.org/wiki/List_of_garden_plants)

In addition, can you please provide PGAUTH_REDIRECT and PGAUTH_KEY constants for use in development. I plan to change the return type of the auth module to json format.

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2018-03-17 12:32:39 Re: SSL passphrase prompt external command
Previous Message Amit Kapila 2018-03-17 11:02:40 Re: [HACKERS] Restrict concurrent update/delete with UPDATE of partition key