README.md
changeset 25 970ca83c849b
parent 21 a2fe9ec4cdf2
equal deleted inserted replaced
22:4250addd706f 25:970ca83c849b
    49 ```sql
    49 ```sql
    50 SELECT create_hypertable( 'netdata', 'time', migrate_data => true, chunk_time_interval => '1 week'::interval );
    50 SELECT create_hypertable( 'netdata', 'time', migrate_data => true, chunk_time_interval => '1 week'::interval );
    51 ```
    51 ```
    52 
    52 
    53 Timescale also has some great examples and advice for efficient [JSON
    53 Timescale also has some great examples and advice for efficient [JSON
    54 indexing](http://docs.timescale.com/v0.8/using-timescaledb/schema-management#json)
    54 indexing](https://docs.timescale.com/timescaledb/latest/how-to-guides/schema-management/json/#json)
    55 and queries.
    55 and queries.
    56 
    56 
    57 
    57 
    58 ### Netdata
    58 ### Netdata
    59 
    59