GithubHelp home page GithubHelp logo

erimatnor / timescaledb Goto Github PK

View Code? Open in Web Editor NEW

This project forked from timescale/timescaledb

3.0 3.0 0.0 36.69 MB

An open-source time-series database optimized for fast ingest and complex queries. Engineered up from PostgreSQL, packaged as an extension.

Home Page: http://www.timescale.com/

License: Other

Emacs Lisp 0.01% Shell 1.57% PLpgSQL 22.66% C 70.99% CMake 1.73% Batchfile 0.01% Python 0.67% Ruby 1.52% Perl 0.74% SmPL 0.08%

timescaledb's People

Contributors

afiskon avatar akulkarni avatar akuzm avatar amytai avatar antekresic avatar cevian avatar davidkohn88 avatar did-g avatar erimatnor avatar fabriziomello avatar gayyappan avatar jchampio avatar jlockerman avatar jnidzwetzki avatar k-rus avatar kgyrtkirk avatar konskov avatar lkshminarayanan avatar mfreed avatar mfundul avatar mkindahl avatar ngalstyan4 avatar nikkhils avatar olofr avatar pmwkaa avatar rafiasabih avatar robatticus avatar sb230132 avatar svenklemm avatar wirebaron avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

timescaledb's Issues

[Feature]: New test feature

What problem does the new feature solve?

A very important problem.

What does the feature do?

Not much.

Implementation challenges

None.

[Bug]: Slow query

What type of bug is this?

Performance issue

What subsystems and features are affected?

Query planner

What happened?

Querying a hypertable is slow.

TimescaleDB version affected

2.11

PostgreSQL version used

15.1

What operating system did you use?

Ubuntu 23.04

What installation method did you use?

Source

What platform did you run on?

On prem/Self-hosted

Relevant log output and stack trace

Query plan:

How can we reproduce the bug?

SELECT * FROM hypertable.

[Bug]: Test bug report labeling

What type of bug is this?

Locking issue

What subsystems and features are affected?

Configuration

What happened?

Some problem.

TimescaleDB version affected

2.11.1

PostgreSQL version used

15.0

What operating system did you use?

Ubuntu 22.10

What installation method did you use?

Docker, Source

What platform did you run on?

Timescale Cloud

Relevant log output and stack trace

No response

How can we reproduce the bug?

Don't know.

[Feature]: Test feature

What problem does the new feature solve?

A really important problem.

What does the feature do?

It inserts data much faster.

Implementation challenges

None.

[Bug]: Crash when compressing chunk

What type of bug is this?

Crash

What subsystems and features are affected?

Compression

What happened?

Crash.

TimescaleDB version affected

2.11.0

PostgreSQL version used

15.1

What operating system did you use?

Ubuntu 22.10

What installation method did you use?

Source

What platform did you run on?

On prem/Self-hosted

Relevant log output and stack trace

line1
line2

How can we reproduce the bug?

Step 1
Step 2.

[Bug]: New bug

What happened?

A failure.

TimescaleDB version affected

2.5.1

PostgreSQL version used

13.2

What operating system did you use?

Linux

What installation method did you use?

Source

What platform did you run on?

On prem/Self-hosted

Relevant log output and stack trace

CREATE TABLE

How can we reproduce the bug?

CREATE TABLE

Code of Conduct

  • I agree to follow Timescale's Code of Conduct

[Bug]: My very severe bug

What happened?

A bug happened!

TimescaleDB version affected

2.5.0

PostgreSQL version used

14.1

What platform are you seeing the problem on?

Not applicable

What installation method did you use?

Other

What operating system did you use?

Ubuntu 21.04 x64

Relevant log output and stack trace

Date: Thu Nov 18 16:44:30 2021 +0100
 2 files changed, 103 insertions(+), 33 deletions(-)
 delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md
 create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml
enordstr@Hadron:~/Projects/timescaledb$ git push -f erimatnor feature-issue-template:master
Enumerating objects: 8, done.
Counting objects: 100% (8/8), done.
Delta compression using up to 8 threads
Compressing objects: 100% (5/5), done.
Writing objects: 100% (5/5), 1.54 KiB | 1.54 MiB/s, done.
Total 5 (d

How can we reproduce the bug?

CREATE TABLE

Code of Conduct

  • I agree to follow Timescale's Code of Conduct

[Bug]: Error when querying

What type of bug is this?

Performance issue, Unexpected error

What subsystems and features are affected?

Query executor

What happened?

ERROR: cannot query

TimescaleDB version affected

2.11

PostgreSQL version used

15.2

What operating system did you use?

Ubuntu 23.04

What installation method did you use?

Source

What platform did you run on?

On prem/Self-hosted

Relevant log output and stack trace

None

How can we reproduce the bug?

Step 1
Step 2.

[Bug]: My new bug

What happened?

A bug happened!

TimescaleDB version affected

2.5.0

PostgreSQL version used

14.1

What platform are you seeing the problem on?

Amazon Web Services (AWS)

What installation method did you use?

Deb/Apt

What operating system did you use?

Ubuntu 21.04 x64

Relevant log output and stack trace

Date: Thu Nov 18 16:44:30 2021 +0100
 2 files changed, 103 insertions(+), 33 deletions(-)
 delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md
 create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml
enordstr@Hadron:~/Projects/timescaledb$ git push -f erimatnor feature-issue-template:master
Enumerating objects: 8, done.
Counting objects: 100% (8/8), done.
Delta compression using up to 8 threads
Compressing objects: 100% (5/5), done.
Writing objects: 100% (5/5), 1.54 KiB | 1.54 MiB/s, done.
Total 5 (d

How can we reproduce the bug?

CREATE TABLE foo (time timestamptz, device int, temp float);
SELECT create_hypertable('foo', 'time', 'device');

Code of Conduct

  • I agree to follow Timescale's Code of Conduct

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.