You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@madlib.apache.org by GitBox <gi...@apache.org> on 2019/05/13 18:16:10 UTC

[GitHub] [madlib] khannaekta opened a new pull request #390: DL: Improve minibatch performance by using array_cat

khannaekta opened a new pull request #390: DL: Improve minibatch performance by using array_cat
URL: https://github.com/apache/madlib/pull/390
 
 
   JIRA: MADLIB-1334
   
   The deep learning specific minibatch preprocessor was using a custom array concat
   function. This PR replaces it with the Postgres built-in `array_cat()` function
   since it was performing better.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services