Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
D
django
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
django
Commits
133e7939
Kaydet (Commit)
133e7939
authored
Kas 26, 2018
tarafından
Damian Dimmich
Kaydeden (comit)
Tim Graham
Kas 26, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Updated docs for fast column creation with defaults in PostgreSQL 11.
üst
6275b50a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
migrations.txt
docs/topics/migrations.txt
+3
-2
No files found.
docs/topics/migrations.txt
Dosyayı görüntüle @
133e7939
...
@@ -67,9 +67,10 @@ PostgreSQL
...
@@ -67,9 +67,10 @@ PostgreSQL
----------
----------
PostgreSQL is the most capable of all the databases here in terms of schema
PostgreSQL is the most capable of all the databases here in terms of schema
support; the only caveat is that adding columns with default values will
support.
cause a full rewrite of the table, for a time proportional to its size.
The only caveat is that prior to PostgreSQL 11, adding columns with default
values causes a full rewrite of the table, for a time proportional to its size.
For this reason, it's recommended you always create new columns with
For this reason, it's recommended you always create new columns with
``null=True``, as this way they will be added immediately.
``null=True``, as this way they will be added immediately.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment