Skip to content

Commit

Permalink
Deployed 9afd2c2 with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcwangxp committed Aug 27, 2024
1 parent 5eb02f8 commit 007e15c
Show file tree
Hide file tree
Showing 92 changed files with 24 additions and 6 deletions.
Empty file modified 404.html
100644 → 100755
Empty file.
18 changes: 18 additions & 0 deletions CHANGELOG/index.html
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,22 @@
- SQL: GROUP BY
- Add CrossDB `TCP-B` benchmark test
- WAL
## 0.7.0 <small>(2024-08-26)</small>
**Features**
**Improvements**
**Test**
**Bug Fixes**
## 0.8.0 <small>(2024-08-26)</small>
**Features**
- Support operators: `>`, `>=`, `<`, `<=`, `!=`, `<>` https://github.com/crossdb-org/CrossDB/issues/13
**Improvements**
**Test**
**Bug Fixes**
--> <h2 id=070-2024-08-26>0.7.0 <small>(2024-08-26)</small><a class=headerlink href=#070-2024-08-26 title="Permanent link">&para;</a></h2> <p><strong>Features</strong></p> <ul> <li><code>UPDATE</code> SET clause supports simple expression, ex: <code>SET val=val+5</code> <code>SET val=a-b</code></li> <li><code>UPDATE</code> SET supports prepared statement</li> <li><code>INSERT</code> supports prepared statement</li> <li>New APIs: <code>xdb_bexec</code>, <code>xdb_vbexec</code>, <code>xdb_stmt_bexec</code>, <code>xdb_stmt_vexec</code>, <code>xdb_clear_bindings</code></li> </ul> <p><strong>Improvements</strong></p> <ul> <li><code>INSERT</code> parser avoids malloc</li> <li><code>UPDATE</code> only updates affected indexes</li> <li>Optimize <code>INSERT</code> <code>UPDATE</code> <code>DELETE</code> auto-commit performance for <code>IMDB</code> </li> </ul> <p><strong>Test</strong></p> <ul> <li>Improve benchmark test</li> <li>Add <code>SQLite</code> benchmark test</li> </ul> <p><strong>Bug Fixes</strong></p> <ul> <li>Fix hash index infinite loop issue</li> <li>Fix bench test time unit <code>ns</code> to <code>us</code></li> </ul> <h2 id=060-2024-08-18>0.6.0 <small>(2024-08-18)</small><a class=headerlink href=#060-2024-08-18 title="Permanent link">&para;</a></h2> <p><strong>Initial refactor release</strong></p> <ul> <li>This project was redesigned and rewritten from scratch for over one year</li> <li>Standard RDBMS model</li> <li>New SQL APIs which can support more language</li> <li>MySQL style SQL and shell, which will be easy to study.</li> </ul> <h2 id=050-2023-06-26>0.5.0 <small>(2023-06-26)</small><a class=headerlink href=#050-2023-06-26 title="Permanent link">&para;</a></h2> <p><strong>Features</strong></p> <ul> <li>CrossDB command line tool <code>crossdb-cli</code> is released</li> <li>Optimize insert/update/query/delete performance</li> <li>Add new API <code>cross_matchCreate</code> and <code>cross_matchFree</code></li> <li>DML APIs supports <code>cross_fields_h</code> and <code>cross_match_h</code></li> </ul> <p><strong>Bug Fixes</strong></p> <h2 id=040-2023-06-20>0.4.0 <small>(2023-06-20)</small><a class=headerlink href=#040-2023-06-20 title="Permanent link">&para;</a></h2> <p><strong>Features</strong></p> <ul> <li>Support FreeBSD(X64)</li> <li>Optimize insert/update/query/delete performance</li> <li>Add new API <code>cross_fieldsCreate</code> and <code>cross_fieldsFree</code></li> </ul> <p><strong>Bug Fixes</strong></p> <h2 id=030-2023-06-13>0.3.0 <small>(2023-06-13)</small><a class=headerlink href=#030-2023-06-13 title="Permanent link">&para;</a></h2> <p><strong>Features</strong></p> <ul> <li>Support MacOS (X64 and ARM64)</li> <li>Change <code>CROSS_DB_XXX</code> to <code>CROSS_XXX</code></li> </ul> <p><strong>Bug Fixes</strong></p> <ul> <li><code>cross_dbTblCreate</code> flags <code>CROSS_DB_RBTREE</code> doesn't create Primary Key Index type correctly</li> </ul> <h2 id=020-2023-06-07>0.2.0 <small>(2023-06-07)</small><a class=headerlink href=#020-2023-06-07 title="Permanent link">&para;</a></h2> <p><strong>Features</strong></p> <ul> <li>Support Windows</li> <li>Support Linux ARM64</li> </ul> <p><strong>Bug Fixes</strong></p> <h2 id=010-2023-06-03>0.1.0 <small>(2023-06-03)</small><a class=headerlink href=#010-2023-06-03 title="Permanent link">&para;</a></h2> <ul> <li><strong>Initial release</strong></li> </ul> </article> </div> <script>var target=document.getElementById(location.hash.slice(1));target&&target.name&&(target.checked=target.name.startsWith("__tabbed_"))</script> </div> <button type=button class="md-top md-icon" data-md-component=top hidden> <svg xmlns=http://www.w3.org/2000/svg viewbox="0 0 24 24"><path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8v12Z"/></svg> Back to top </button> </main> <footer class=md-footer> <nav class="md-footer__inner md-grid" aria-label=Footer> <a href=../faq/ class="md-footer__link md-footer__link--prev" aria-label="Previous: FAQ"> <div class="md-footer__button md-icon"> <svg xmlns=http://www.w3.org/2000/svg viewbox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12Z"/></svg> </div> <div class=md-footer__title> <span class=md-footer__direction> Previous </span> <div class=md-ellipsis> FAQ </div> </div> </a> <a href=../community/ class="md-footer__link md-footer__link--next" aria-label="Next: Community"> <div class=md-footer__title> <span class=md-footer__direction> Next </span> <div class=md-ellipsis> Community </div> </div> <div class="md-footer__button md-icon"> <svg xmlns=http://www.w3.org/2000/svg viewbox="0 0 24 24"><path d="M4 11v2h12l-5.5 5.5 1.42 1.42L19.84 12l-7.92-7.92L10.5 5.5 16 11H4Z"/></svg> </div> </a> </nav> <div class="md-footer-meta md-typeset"> <div class="md-footer-meta__inner md-grid"> <div class=md-copyright> <div class=md-copyright__highlight> Copyright &copy; 2024 CrossDB | <a href=/about/terms>Terms</a> | <a href=/about/privacy>Privacy</a> | <span id=busuanzi_container_site_uv>Visitor <span id=busuanzi_value_site_uv></span> | <span id=busuanzi_container_page_pv>View <span id=busuanzi_value_page_pv></span> </div> Made with <a href=https://squidfunk.github.io/mkdocs-material/ target=_blank rel=noopener> Material for MkDocs </a> </div> <div class=md-social> <a href=https://github.com/crossdb-org/crossdb target=_blank rel=noopener title=Github class=md-social__link> <svg xmlns=http://www.w3.org/2000/svg viewbox="0 0 496 512"><!-- Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"/></svg> </a> <a href=https://stackoverflow.com/questions/tagged/CrossDB target=_blank rel=noopener title=Stackoverflow class=md-social__link> <svg xmlns=http://www.w3.org/2000/svg viewbox="0 0 384 512"><!-- Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M290.7 311 95 269.7 86.8 309l195.7 41zm51-87L188.2 95.7l-25.5 30.8 153.5 128.3zm-31.2 39.7L129.2 179l-16.7 36.5L293.7 300zM262 32l-32 24 119.3 160.3 32-24zm20.5 328h-200v39.7h200zm39.7 80H42.7V320h-40v160h359.5V320h-40z"/></svg> </a> <a href=https://github.com/crossdb-org/CrossDB/discussions target=_blank rel=noopener title=Discussion class=md-social__link> <svg xmlns=http://www.w3.org/2000/svg viewbox="0 0 480 512"><!-- Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M186.1 328.7c0 20.9-10.9 55.1-36.7 55.1s-36.7-34.2-36.7-55.1 10.9-55.1 36.7-55.1 36.7 34.2 36.7 55.1zM480 278.2c0 31.9-3.2 65.7-17.5 95-37.9 76.6-142.1 74.8-216.7 74.8-75.8 0-186.2 2.7-225.6-74.8-14.6-29-20.2-63.1-20.2-95 0-41.9 13.9-81.5 41.5-113.6-5.2-15.8-7.7-32.4-7.7-48.8 0-21.5 4.9-32.3 14.6-51.8 45.3 0 74.3 9 108.8 36 29-6.9 58.8-10 88.7-10 27 0 54.2 2.9 80.4 9.2 34-26.7 63-35.2 107.8-35.2 9.8 19.5 14.6 30.3 14.6 51.8 0 16.4-2.6 32.7-7.7 48.2 27.5 32.4 39 72.3 39 114.2zm-64.3 50.5c0-43.9-26.7-82.6-73.5-82.6-18.9 0-37 3.4-56 6-14.9 2.3-29.8 3.2-45.1 3.2-15.2 0-30.1-.9-45.1-3.2-18.7-2.6-37-6-56-6-46.8 0-73.5 38.7-73.5 82.6 0 87.8 80.4 101.3 150.4 101.3h48.2c70.3 0 150.6-13.4 150.6-101.3zm-82.6-55.1c-25.8 0-36.7 34.2-36.7 55.1s10.9 55.1 36.7 55.1 36.7-34.2 36.7-55.1-10.9-55.1-36.7-55.1z"/></svg> </a> <a href=https://x.com/CrossDbOrg target=_blank rel=noopener title=Twitter class=md-social__link> <svg xmlns=http://www.w3.org/2000/svg viewbox="0 0 512 512"><!-- Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"/></svg> </a> <a href=mailto:[email protected] target=_blank rel=noopener title class=md-social__link> <svg xmlns=http://www.w3.org/2000/svg viewbox="0 0 512 512"><!-- Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4l217.6 163.2c11.4 8.5 27 8.5 38.4 0l217.6-163.2c12.1-9.1 19.2-23.3 19.2-38.4 0-26.5-21.5-48-48-48H48zM0 176v208c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V176L294.4 339.2a63.9 63.9 0 0 1-76.8 0L0 176z"/></svg> </a> </div> </div> </div> </footer> </div> <div class=md-dialog data-md-component=dialog> <div class="md-dialog__inner md-typeset"></div> </div> <script id=__config type=application/json>{"base": "..", "features": ["content.code.annotate", "content.code.copy", "content.tooltips", "navigation.indexes", "navigation.footer", "navigation.tabs", "navigation.top", "navigation.tracking", "search.highlight", "search.share", "search.suggest", "toc.follow"], "search": "../assets/javascripts/workers/search.b8dbb3d2.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script> <script src=../assets/javascripts/bundle.fe8b6f2b.min.js></script> <script src=//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js></script> <script src=../assets/javascripts/baidu-tongji.js></script> </body> </html>
Empty file modified CNAME
100644 → 100755
Empty file.
Empty file modified about/buy/index.html
100644 → 100755
Empty file.
Empty file modified about/privacy/index.html
100644 → 100755
Empty file.
Empty file modified about/refund/index.html
100644 → 100755
Empty file.
Empty file modified about/terms/index.html
100644 → 100755
Empty file.
Empty file modified admin/data-backup/index.html
100644 → 100755
Empty file.
Empty file modified admin/data-restore/index.html
100644 → 100755
Empty file.
Empty file modified admin/shell/index.html
100644 → 100755
Empty file.
Empty file modified assets/favicon.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/images/favicon.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/javascripts/baidu-tongji.js
100644 → 100755
Empty file.
Empty file modified assets/javascripts/bundle.fe8b6f2b.min.js
100644 → 100755
Empty file.
Empty file modified assets/javascripts/bundle.fe8b6f2b.min.js.map
100644 → 100755
Empty file.
Empty file modified assets/javascripts/lunr/min/lunr.ar.min.js
100644 → 100755
Empty file.
Empty file modified assets/javascripts/lunr/min/lunr.da.min.js
100644 → 100755
Empty file.
Empty file modified assets/javascripts/lunr/min/lunr.de.min.js
100644 → 100755
Empty file.
Empty file modified assets/javascripts/lunr/min/lunr.du.min.js
100644 → 100755
Empty file.
Empty file modified assets/javascripts/lunr/min/lunr.el.min.js
100644 → 100755
Empty file.
Empty file modified assets/javascripts/lunr/min/lunr.es.min.js
100644 → 100755
Empty file.
Empty file modified assets/javascripts/lunr/min/lunr.fi.min.js
100644 → 100755
Empty file.
Empty file modified assets/javascripts/lunr/min/lunr.fr.min.js
100644 → 100755
Empty file.
Empty file modified assets/javascripts/lunr/min/lunr.he.min.js
100644 → 100755
Empty file.
Empty file modified assets/javascripts/lunr/min/lunr.hi.min.js
100644 → 100755
Empty file.
Empty file modified assets/javascripts/lunr/min/lunr.hu.min.js
100644 → 100755
Empty file.
Empty file modified assets/javascripts/lunr/min/lunr.hy.min.js
100644 → 100755
Empty file.
Empty file modified assets/javascripts/lunr/min/lunr.it.min.js
100644 → 100755
Empty file.
Empty file modified assets/javascripts/lunr/min/lunr.ja.min.js
100644 → 100755
Empty file.
Empty file modified assets/javascripts/lunr/min/lunr.jp.min.js
100644 → 100755
Empty file.
Empty file modified assets/javascripts/lunr/min/lunr.kn.min.js
100644 → 100755
Empty file.
Empty file modified assets/javascripts/lunr/min/lunr.ko.min.js
100644 → 100755
Empty file.
Empty file modified assets/javascripts/lunr/min/lunr.multi.min.js
100644 → 100755
Empty file.
Empty file modified assets/javascripts/lunr/min/lunr.nl.min.js
100644 → 100755
Empty file.
Empty file modified assets/javascripts/lunr/min/lunr.no.min.js
100644 → 100755
Empty file.
Empty file modified assets/javascripts/lunr/min/lunr.pt.min.js
100644 → 100755
Empty file.
Empty file modified assets/javascripts/lunr/min/lunr.ro.min.js
100644 → 100755
Empty file.
Empty file modified assets/javascripts/lunr/min/lunr.ru.min.js
100644 → 100755
Empty file.
Empty file modified assets/javascripts/lunr/min/lunr.sa.min.js
100644 → 100755
Empty file.
Empty file modified assets/javascripts/lunr/min/lunr.stemmer.support.min.js
100644 → 100755
Empty file.
Empty file modified assets/javascripts/lunr/min/lunr.sv.min.js
100644 → 100755
Empty file.
Empty file modified assets/javascripts/lunr/min/lunr.ta.min.js
100644 → 100755
Empty file.
Empty file modified assets/javascripts/lunr/min/lunr.te.min.js
100644 → 100755
Empty file.
Empty file modified assets/javascripts/lunr/min/lunr.th.min.js
100644 → 100755
Empty file.
Empty file modified assets/javascripts/lunr/min/lunr.tr.min.js
100644 → 100755
Empty file.
Empty file modified assets/javascripts/lunr/min/lunr.vi.min.js
100644 → 100755
Empty file.
Empty file modified assets/javascripts/lunr/min/lunr.zh.min.js
100644 → 100755
Empty file.
Empty file modified assets/javascripts/lunr/tinyseg.js
100644 → 100755
Empty file.
Empty file modified assets/javascripts/lunr/wordcut.js
100644 → 100755
Empty file.
Empty file modified assets/javascripts/workers/search.b8dbb3d2.min.js
100644 → 100755
Empty file.
Empty file modified assets/javascripts/workers/search.b8dbb3d2.min.js.map
100644 → 100755
Empty file.
Empty file modified assets/style/extra.css
100644 → 100755
Empty file.
Empty file modified assets/stylesheets/main.3cba04c6.min.css
100644 → 100755
Empty file.
Empty file modified assets/stylesheets/main.3cba04c6.min.css.map
100644 → 100755
Empty file.
Empty file modified assets/stylesheets/palette.06af60db.min.css
100644 → 100755
Empty file.
Empty file modified assets/stylesheets/palette.06af60db.min.css.map
100644 → 100755
Empty file.
Empty file modified blog/benchmark/crossdb-vs-sqlite3/index.html
100644 → 100755
Empty file.
Empty file modified client/api-c/index.html
100644 → 100755
Empty file.
Empty file modified client/api-python/index.html
100644 → 100755
Empty file.
Empty file modified community/index.html
100644 → 100755
Empty file.
Empty file modified develop/connect/index.html
100644 → 100755
Empty file.
Empty file modified develop/ddl/index.html
100644 → 100755
Empty file.
Empty file modified develop/dml/index.html
100644 → 100755
Empty file.
Empty file modified develop/multi-stmts/index.html
100644 → 100755
Empty file.
Empty file modified develop/prep-stmts/index.html
100644 → 100755
Empty file.
Empty file modified develop/query/index.html
100644 → 100755
Empty file.
Empty file modified develop/transaction/index.html
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion faq/index.html
100644 → 100755

Large diffs are not rendered by default.

Empty file modified get-started/bench/index.html
100644 → 100755
Empty file.
Empty file modified get-started/install/index.html
100644 → 100755
Empty file.
Empty file modified get-started/tutorial/index.html
100644 → 100755
Empty file.
Empty file modified glossary/index.html
100644 → 100755
Empty file.
Empty file modified images/crossdb-vs-sqlite.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 007e15c

Please sign in to comment.