Skip to content
#

distributed-database

Here are 216 public repositories matching this topic...

cockroach
dbist
dbist commented Nov 13, 2020

Is your feature request related to a problem? Please describe.
Trying to handle case where ENUM already exists

Describe the solution you'd like
Add IF NOT EXISTS clause

Describe alternatives you've considered
dropping and recreating an ENUM type is an option.

Additional context

CREATE TYPE "zone" IF NOT EXISTS AS ENUM ('us', 'anz', 'eu');
ro
ClickHouse
yunchat
yunchat commented Nov 13, 2018

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

JeanGolang
JeanGolang commented Feb 7, 2017

Hello Philip!
I think there is an issue with this part of the code of rqlite (store/store.go).

func (s *Store) Database(leader bool) ([]byte, error) {
	if leader && s.raft.State() != raft.Leader {
		return nil, ErrNotLeader
	}
	// Ensure only one snapshot can take place at once, and block all queries.
	s.mu.Lock()
	defer s.mu.Unlock()

	f, err := ioutil.TempFile("", "rqlilte-snap-
yugabyte-db
findepi
findepi commented Dec 4, 2020

See https://github.com/prestosql/presto/runs/1497472672

  • tests apparently hanged
  • one test thread is here:
2020-12-04T07:53:43.1535741Z "pool-2-thread-2" prio=5 Id=16 BLOCKED on org.testng.TestClass@2a78dd6a owned by "pool-2-thread-1" Id=15
2020-12-04T07:53:43.1537790Z 	at app//org.testng.internal.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:158)
2020-12-04T07:53

Improve this page

Add a description, image, and links to the distributed-database topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the distributed-database topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.