tison
0bc983a7bf
Apply suggestions from code review
2023-07-07 22:39:36 +08:00
tison
8d99645533
docs: toolchain and compile
...
Signed-off-by: tison <wander4096@gmail.com>
2023-07-05 21:43:58 +08:00
wangyunlai
6c5af9ab26
check the introduction chapter
2023-06-16 11:46:02 +08:00
wangyunlai
53774c17ef
Update coding_standard.md
...
1. add log level
2. modify the format
3. remove the 'tests'
2023-06-16 10:56:17 +08:00
wangyunlai
4737ff4f4e
Create coding_standard.md
2023-06-15 17:49:37 +08:00
a1iive
60289acff5
docs: create the docs folder and update repo metadata
2023-05-16 10:53:01 +00:00
Longda
eb82c66278
fixed #803 remove useless documents in the code repo
2022-03-07 19:49:46 +08:00
程序员小王(troy)
ea63e7942b
fix typos ocena->ocean #646 ( #788 )
2022-03-02 10:42:21 +08:00
LINxiansheng
7b003df452
Fix some errors
2022-02-10 20:07:13 +08:00
LINxiansheng
d42f317422
Move the docs folder
2022-02-10 14:51:49 +08:00
richie
5a7aaf95a9
Update 5.dump-and-merge.md ( #733 )
...
当达到freeze_trigger_percentage发生转储 memstore=memory_limit * memstore_limit_percentage 转储条件 memstore*freeze_trigger_percentage
2022-02-10 14:20:42 +08:00
obpilot
ab2a692dbd
Add tutorials about oceanbase cdc (logproxy) ( #686 )
...
* Add tutorials about oceanbase cdc (logproxy)
* Modify tutorials about canal.
Co-authored-by: LIN <wangzelin19961202@gmail.com>
2022-02-10 11:04:54 +08:00
a1iive
6b502f35f4
docs(ob_error): research and scheme documents of ob_error tool
2022-02-09 17:05:45 +08:00
lixiaodong
77cf1effd1
add common error solutions to 4.7.md file ( #712 )
2021-12-15 10:37:41 +08:00
askdb
2a36347832
update 4.11.md v1 ( #710 )
2021-12-13 15:31:57 +08:00
yangzecai
09b22898e1
fixed #637 , 'concurrentcy' typo error ( #697 )
2021-12-13 12:00:13 +08:00
obpilot
ab09b32033
Add chapter05/06/07/08 #692
2021-12-10 15:22:04 +08:00
Leozki
360a980562
Fix typo error ( #671 )
2021-12-06 17:15:10 +08:00
obpilot
274f8fc5e9
Add chapter03 tutorial, about 'how to use oceanbase'. ( #538 )
...
* Add chapter03 tutorial, about 'how to use oceanbase'.
* Update some descriptions https://github.com/oceanbase/oceanbase/pull/538
* Replace pictures with urls
2021-12-06 14:16:11 +08:00
程序员小王(troy)
2d8ea0b71d
#653 ( #675 )
2021-12-06 13:47:55 +08:00
Leozki
1ad42e371f
Fix typo error ( #673 )
2021-12-06 11:49:30 +08:00
hnwyllmm1
04c7985b3b
transfomer -> transformer ( #669 )
2021-12-03 16:28:43 +08:00
程序员小王(troy)
a1f8d434dc
fix: typo error ../oceanbase/docs/docs/docs-cn/13.reference-guide/1.system-view/2.dictionary-view/16.information_schema-dba_outlines.md #638 ( #660 )
...
* #557
* #557
* Fix typo #636
* #638
* rollback
* rollback
2021-12-01 16:56:22 +08:00
Xie Zhenye
50211ed1ef
Update 2.plan-binding.md ( #658 )
...
修正文档 markdown 格式问题
2021-12-01 11:25:34 +08:00
姬小野
dbdecb53a2
Fix a line break problem in Chinese documents ( #656 )
2021-11-30 11:21:02 +08:00
obpilot
bf9767614d
Ob quick start chapter04 ( #583 )
...
* Add chapter04 tutorial, about 'how to migrate data to or from oceanbase'.
* Update some description about mysqldump,datax
2021-11-25 15:30:15 +08:00
obpilot
6bbcebca37
Fix the problem of some links. ( #578 )
2021-11-24 19:42:12 +08:00
LINxiansheng
3135764001
Remove mkdocs
2021-11-24 15:22:03 +08:00
LINxiansheng
ad33fa48ea
cp a document commit from github
2021-11-23 16:06:17 +08:00
richie
39f6a8264e
Update 18.create-table.md ( #556 )
...
只支持none,cluster
const char* const duplicate_scope_strings[] = {"none",
//"zone",
//"region",
"cluster"};
MySQL [test]> CREATE TABLE test (c1 INT PRIMARY KEY, c2 VARCHAR(50)) REPLICA_NUM = 3,DUPLICATE_SCOPE='region';
ERROR 1210 (HY000): Incorrect arguments to duplicate_scope
MySQL [test]> CREATE TABLE test (c1 INT PRIMARY KEY, c2 VARCHAR(50)) REPLICA_NUM = 3,DUPLICATE_SCOPE='zone';
ERROR 1210 (HY000): Incorrect arguments to duplicate_scope
2021-11-23 11:03:49 +08:00
Longda
cb4715be5a
fixed 493, MkDocs encountered as error ( #497 )
...
* fixed 493, MkDocs encountered as error
* add mkdocs-material to requirement according to review advice
2021-11-23 10:36:27 +08:00
LINxiansheng
da03889dbf
patch: Ob quick start
2021-11-22 21:34:52 +08:00
obpilot
9a80911e62
Ob quick start ( #499 )
...
* Add Chapter One of the tutorial.
* Updated some descriptions.
* Added some urls.
* Add chapter02 : How to deploy an oceanbase-ce cluster
* Add all chapters of the tutorial. Waiting for review.
* Modifiy some files as the first preview suggested.
* Modifiy some files as the first preview suggested.
* I temporarily remove some chapters for this PR, I will add them back in the later PR.
* change OB to OceanBase.
* 1.Remove pictures. 2. Add some description about Prometheus and Grafana.
* Relocate the images.
* Change OceanBase Deploy to OBD.
* Fixed some format errors.
2021-11-22 21:12:11 +08:00
Amber Zhang
c27c54b764
add clog faq ( #328 )
2021-11-18 18:16:31 +08:00
Longda
131a315f1b
fixed 494, Add <<Developer Manual>> to README ( #495 )
2021-11-18 17:15:02 +08:00
Amber Zhang
f759c4f173
[doc]deploy ob manually ( #336 )
...
* deploy ob manually
* update yaml
Co-authored-by: LIN <wangzelin19961202@gmail.com>
2021-11-18 16:46:24 +08:00
richie
10c3950b05
Update 1.database-operations.md ( #429 )
2021-10-27 10:26:31 +08:00
Amber Zhang
0806d47fd2
Merge pull request from GitHub 147( #147 )
2021-09-28 23:15:29 +08:00
Amber Zhang
24e3f93d59
install-dir info ( #341 )
...
* install-dir info
* update
* update2
2021-09-28 19:34:14 +08:00
Amber Zhang
0090a16941
add recmd-config-pro doc ( #340 )
2021-09-28 19:15:27 +08:00
jerry
73164b746b
Update index.md ( #360 )
2021-09-18 14:51:13 +08:00
zhijiuxing-alt
08d478d5db
Fix invalid link in document ( #356 )
2021-09-14 20:25:28 +08:00
zhijiuxing-alt
65e00203c5
Remove oracle-related documents ( #349 )
2021-09-13 16:28:26 +08:00
Longda
79f262cc4d
Fix the example of ntp server address ( #353 )
...
Fix the example of ntp server address
2021-09-10 13:22:23 +08:00
zhijiuxing-alt
6a31057d87
Added some documents synchronized from ICMS, deleted some documents t… ( #333 )
...
* Added some documents synchronized from ICMS, deleted some documents that were not in the Oceanbase database community edition and added a folder junior-Training under the Docs folder to store some beginner learning documents.
* modify requirements.txt
Co-authored-by: zhijiuxing-alt <322676446@qq.com>
2021-09-01 10:26:14 +08:00
Amber Zhang
f57b05e001
delete oracle and jdbc doc ( #332 )
2021-08-31 21:57:34 +08:00
LINxiansheng
21c25a2bd9
Update docs
2021-08-30 22:14:01 +08:00
zhijiuxing-alt
fb1c1fd746
Fix invalid link in document ( #306 )
...
modify the mkdocs.yml and Added support for Chinese retrieval
2021-08-18 15:25:16 +08:00
zhijiuxing-alt
0cd34bf020
update docs ( #297 )
...
* update docs
* update file directories
* modify docs directory structure
Co-authored-by: He Wang <wanghechn@qq.com>
2021-08-13 13:44:50 +08:00
He Wang
38692436dc
modify mkdocs ( #278 )
...
* remove github workflow
* update mkdocs.yml and add mkdocs.md
* add site/ to .gitignore
* leave requirements.txt in docs/
* update mkdocs.md
2021-08-02 16:18:36 +08:00