dbms
Here are 621 public repositories matching this topic...
-
Updated
Mar 26, 2021 - Java
We should remove Guava as a dependency from the server module.
Most of the functionality we used from Guava are provided by the JDK by now.
The stuff that is missing from the JDK has mostly been added in the utilities we inherited from Elasticsearch, due to their decision to remove Guava completely.
Any functionality that we use which isn't present in the JDK can be co
I believe the SELECT queries generated for testing by the Postgres implementation do not involve WINDOW clauses right now. I was wondering if they will be incorporated into the implementation, as well as other clauses that are currently not supported.
-
Updated
Jan 26, 2021 - Go
-
Updated
Mar 23, 2021 - Python
-
Updated
Apr 24, 2020 - C
-
Updated
Dec 5, 2020
-
Updated
Dec 26, 2020 - PHP
-
Updated
Mar 27, 2021 - Rust
-
Updated
Jun 30, 2020 - Go
-
Updated
Sep 27, 2018 - C++
Add `Bool` datatype
-
Updated
Feb 18, 2021 - PHP
-
Updated
Mar 14, 2021 - C++
-
Updated
Dec 23, 2020 - Java
-
Updated
Feb 23, 2021
-
Updated
May 3, 2020 - C++
-
Updated
Sep 30, 2020
-
Updated
Oct 4, 2020 - Python
-
Updated
Nov 8, 2020 - HTML
The application uses different methods to get the current date and time. Some of them ignore the timezone, some of them not. The application should be consistent in the use of date and timestamps.
| Method | Result |
|---|---|
| Time.zone.now | Time in timezone set by config.time_zone, UTC otherwise |
| DateTime.now | Date & Time in system timezone; ignores config.time_zone |
If users
-
Updated
Oct 21, 2020 - JavaScript
Improve this page
Add a description, image, and links to the dbms topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dbms topic, visit your repo's landing page and select "manage topics."
Now insert and query share the resource ( Max Process Count control) 。 When the query with high TPS,the insert will get error (“error: too many process”). I think separator the resource for Insert and Query will makes sense. Ensure enough resource for insert。It looks like Use Yarn, Insert and Query use the different resource quota。
Or the simple way , Can we set Ratio for Insert and