GSOC slide from Mike Rylander
authorGalen Charlton <gmc@esilibrary.com>
Sat, 28 Apr 2012 12:12:27 +0000 (08:12 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Sat, 28 Apr 2012 12:12:27 +0000 (08:12 -0400)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
GSOC.txt

index 8f3c219..c310f46 100644 (file)
--- a/GSOC.txt
+++ b/GSOC.txt
@@ -44,4 +44,18 @@ Swenyu Duan
 * *Project*: Optimize Evergreen: Convert PL/Perl-based PostgreSQL stored procedures to PL/SQL or PL/C
 * *Mentor*: Mike Rylander
 
+Welcome, Swenyu Duan from Peking University! (Not actually here...)
+
+* *IRC:* stormdsy
+* *email:* dsy88 at sina dot com
+
+*Problem:* Evergreen makes use of many PL/Perl Postgres stored
+procedures such as these http://goo.gl/nHVYA[normalization
+routines].  Many of these are very stable, and would benefit from
+being reimplemented in a faster language -- PL/SQL if particularly
+simple or query-heavy, or PL/C if more complicated or data-processing
+intensive. Your mission is to identify and address performance
+bottlenecks. (This is an excellent opportunity to coordinate your
+efforts with another student working on stress and regression
+testing!)