• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tarantool / tarantool / 8517

Build:
Build:
LAST BUILD BRANCH: export-tuple-to-app-threads
DEFAULT BRANCH: master
Ran 03 Jul 2017 06:48PM UTC
Jobs 1
Files 302
Run time 18s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
8517

push

travis-ci

Kirill Yukhin
sql: Limit number of terms in SELECT compoind stmts

Right now SQL query compiler is run on top of fiber's stack,
which is limited to 64KB by default, so maximum
number of entities in compound SELECT statement should be less than
50 (verified by experiment) or stack guard will be triggered.

In future we'll introduce heuristic which should understand that
query is 'complex' and run compilation in separate thread with larger
stack. This will also allow us not to block Tarantool while compiling
the query.

Closes #2548

53791 of 71706 relevant lines covered (75.02%)

1205472.14 hits per line

Jobs
ID Job ID Ran Files Coverage
4 8517.4 (TARGET=coverage) 03 Jul 2017 06:48PM UTC 0
75.02
Travis Job 8517.4
Source Files on build 8517
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #8517
  • 974bce9a on github
  • Prev Build on 1.8 (#8489)
  • Next Build on 1.8 (#8530)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc