jbub·2 yıl önce·discuss"Ensure the column is NULLable and does not have a default value to avoid forcing a full table rewrite."That one should be fixed since Postgres 11 https://brandur.org/postgres-default
jbub·5 yıl önce·discussThe standard way to check for these was https://github.com/mdempsky/maligned.It is now deprecated in favour of https://pkg.go.dev/golang.org/x/tools/go/analysis/passes/fie....You can now check for these using go vet: go install golang.org/x/tools/go/analysis/passes/fieldalignment/cmd/fieldalignment@latest go vet -vettool=$(which fieldalignment) ./...
jbub·5 yıl önce·discussI can recommend https://github.com/cortesi/modd, it seems like its not developed anymore though
jbub·5 yıl önce·discussBut they still advertise aws and azure a bit right. Isnt there a risk of driving google customers to aws or azure ?
jbub·9 yıl önce·discussI wish i can do something like this one day :) Impressive skills by the author! Well done!
jbub·9 yıl önce·discussClass based indexes - looks great, is there support for CREATE INDEX CONCURRENTLY for postgres ?