Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
45b5cd9c
Commit
45b5cd9c
authored
Jun 10, 2020
by
Andreas Brandl
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'jsonb-is-supported' into 'master'
Mark jsonb as supported See merge request gitlab-org/gitlab!34252
parents
bd1150fa
fb304cb2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
doc/development/insert_into_tables_in_batches.md
doc/development/insert_into_tables_in_batches.md
+0
-2
No files found.
doc/development/insert_into_tables_in_batches.md
View file @
45b5cd9c
...
@@ -187,8 +187,6 @@ There are a few restrictions to how these APIs can be used:
...
@@ -187,8 +187,6 @@ There are a few restrictions to how these APIs can be used:
-
`BulkInsertableAssociations`
:
-
`BulkInsertableAssociations`
:
-
It is currently only compatible with
`has_many`
relations.
-
It is currently only compatible with
`has_many`
relations.
-
It does not yet support
`has_many through: ...`
relations.
-
It does not yet support
`has_many through: ...`
relations.
-
Writing
[
`jsonb`
](
https://www.postgresql.org/docs/current/datatype-json.html
)
content is
[
not currently supported
](
https://gitlab.com/gitlab-org/gitlab/-/issues/210560
)
.
Moreover, input data should either be limited to around 1000 records at most,
Moreover, input data should either be limited to around 1000 records at most,
or already batched prior to calling bulk insert. The
`INSERT`
statement will run in a single
or already batched prior to calling bulk insert. The
`INSERT`
statement will run in a single
...
...
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