concourse icon indicating copy to clipboard operation
concourse copied to clipboard

Distributed database warehouse for transactions, search and analytics across time.

Results 58 concourse issues
Sort by recently updated
recently updated
newest added

### Notes about the upgrade - ClassLoader can no longer be cast to URLClassLoader. This was never an intended feature in Java apparently, and was just an implementation detail, which...

@jtnelson Let me know if there's anything missing. In the video kwam sent you I expressed concern that it felt very quick?

Hi, I found an interesting case in this project. It has “Thread.sleep()” in a “while(true)” loop. I found some discussion in Stackoverflow and other website. It can be refactored by...

Hi, I have 2 main questions. 1) Sorting: in SQL we could do something like this: ``` SELECT id, firstname, lastname, age ORDER BY age DESC LIMIT 10, 20 ```...

Hi, I'm trying to install Concourse via Docker. But i'm getting this error in console after install: > Exception in thread "Client Worker 0" java.lang.OutOfMemoryError: Java heap space at org.apache.thrift.protocol.TBinaryProtocol.readStringBody(TBinaryProtocol.java:379)...

Hi, I think you did a good job in this project but the website is broken (http://concoursedb.com) And there is no (complete) documentation. I really love to test it with...