phalcon / migrations

Generate or migrate database changes via migrations.
https://docs.phalcon.io/latest/en/db-migrations
BSD 3-Clause "New" or "Revised" License
27 stars 23 forks source link

#76 - Improve and fix insert speed #84

Closed Jeckerson closed 4 years ago

Jeckerson commented 4 years ago

Issue: #76

Without any memory leaks during each cycle

BEFORE: 4387680
DURING: 4388336
CLEAN: 4387040

BEFORE: 4387680
DURING: 4388336
CLEAN: 4387040

BEFORE: 4387672
DURING: 4388320
CLEAN: 4387040
codecov[bot] commented 4 years ago

Codecov Report

Merging #84 into master will increase coverage by 2.81%. The diff coverage is 93.93%.

@@             Coverage Diff              @@
##             master      #84      +/-   ##
============================================
+ Coverage     47.41%   50.22%   +2.81%     
+ Complexity      498      497       -1     
============================================
  Files            20       19       -1     
  Lines          1333     1342       +9     
============================================
+ Hits            632      674      +42     
+ Misses          701      668      -33     
Jeckerson commented 4 years ago

You are right, pgsql do not recognize that column escape character.