Skip to content

Instantly share code, notes, and snippets.

@qrg
Created September 13, 2012 05:59
Show Gist options
  • Save qrg/3712196 to your computer and use it in GitHub Desktop.
Save qrg/3712196 to your computer and use it in GitHub Desktop.
$ tailf doc/workspace/test_groonga/groonga.log
2012-09-13 14:53:19.278760|n| grn_init
2012-09-13 14:53:19.278977|n| vm.overcommit_memory kernel parameter should be 1: <0>: See INFO level log to re solve this
2012-09-13 14:54:33.678884|n| DDL:table_create Site
2012-09-13 14:55:55.933505|n| DDL:column_create Site title
2012-09-13 14:57:38.466483|n| DDL:table_create Terms
2012-09-13 14:57:55.074220|n| DDL:column_create Terms blog_title
2012-09-13 14:57:55.087659|n| DDL:set_source Terms.blog_title Site.title
2012-09-13 14:57:55.089125|n| flushing:0 npostings:58
2012-09-13 14:57:55.089559|n| flushed: 0 encsize:175
2012-09-13 14:57:55.089583|n| nblocks=1, update_buffer_size=88
2012-09-13 14:57:55.090006|n| nterms=3 chunk=77 total=0KB
2012-09-13 14:57:55.090111|n| tmpfile_size:175 > total_chunk_size:77
$ tailf doc/workspace/test_groonga/groonga_query.log
2012-09-13 14:54:08.184942|0x7fff07e5aa80|>status
2012-09-13 14:54:08.185056|0x7fff07e5aa80|<000000000114992 rc=0
2012-09-13 14:54:33.678757|0x7fff07e5aa80|>table_create --name Site --flags TABLE_HASH_KEY --key_type ShortTex t
2012-09-13 14:54:33.680495|0x7fff07e5aa80|<000000001738464 rc=0
2012-09-13 14:55:55.933370|0x7fff07e5aa80|>column_create --table Site --name title --type ShortText
2012-09-13 14:55:55.936247|0x7fff07e5aa80|<000000002878015 rc=0
2012-09-13 14:56:12.758509|0x7fff07e5aa80|>load --table Site
2012-09-13 14:57:09.707509|0x7fff07e5aa80|<000056949000425 rc=0
2012-09-13 14:57:38.466378|0x7fff07e5aa80|>table_create --name Terms --flags TABLE_PAT_KEY|KEY_NORMALIZE --key_type ShortText --default_tokenizer TokenMecab
2012-09-13 14:57:38.468039|0x7fff07e5aa80|<000000001661436 rc=0
2012-09-13 14:57:55.074111|0x7fff07e5aa80|>column_create --table Terms --name blog_title --flags COLUMN_INDEX|WITH_POSITION --type Site --source title
2012-09-13 14:57:55.090273|0x7fff07e5aa80|<000000016162646 rc=0
2012-09-13 14:58:05.818857|0x7fff07e5aa80|>select --table Site --query title:@this
2012-09-13 14:58:05.819131|0x7fff07e5aa80|:000000000273758 filter(1)
2012-09-13 14:58:05.819156|0x7fff07e5aa80|:000000000299378 select(1)
2012-09-13 14:58:05.819201|0x7fff07e5aa80|:000000000344540 output(1)
2012-09-13 14:58:05.819268|0x7fff07e5aa80|<000000000411738 rc=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment