http://kairosdb.github.io/
Regards,
Noorul
Peter Figliozzi writes:
> I have data from many sensors as time-series:
>
>- Sensor name
>- Date
>- Time
>- value
>
> I want to query windows of both date and time. For example, 8am - 9am from
> Aug. 1st to Aug 10th.
>
> Here's what I
The very first line README tells the story
THIS PROJECT IS NO LONGER ACTIVE
But you should be able to generate doc from source code.
Regards,
Noorul
Sungju Hong writes:
> Hello,
>
> I'm finding hector java api doc.
>
> I searched though google but couldn't find hector api doc.
>
> This li
d be
>> left as
>> > default (MICROSECONDS) unless you do "USING TIMESTAMP
>> > "-inserts, see
>> > https://issues.apache.org/jira/browse/CASSANDRA-11041
>> >
>> > On Mon, Feb 29, 2016 at 2:36 PM, Noorul Islam K M
>> wrote:
>&
16-02-29 15:50 GMT+01:00 Noorul Islam Kamal Malmiyoda :
>
>> Yes, we have enabled it on OpsCenter. Is that the reason?
>> On Feb 29, 2016 8:07 PM, "Dominik Keil"
>> wrote:
>>
>>> Are you using incremental repais?
>>>
>>> Am 29
Hi all,
We are using below compaction settings for a table
compaction = {'timestamp_resolution': 'MILLISECONDS',
'max_sstable_age_days': '365', 'base_time_seconds': '60', 'class':
'org.apache.cassandra.db.compaction.DateTieredCompactionStrategy'}
But it is creating too many sstables. Currently
I have a need to stream data to new cluster using sstableloader. I
spawned a machine with 32 cores assuming that sstableloader scaled with
respect to cores. But it doesn't look like so.
I am getting an average throughput of 18 MB/s which seems to be pretty
low (I might be wrong).
Is there any wa
e
>
>
>
> On Mon, Dec 21, 2015 at 10:12 AM, Noorul Islam K M
> wrote:
>
>>
>> Hello all,
>>
>> We have two clusters X and Y with same keyspaces but distinct data sets.
>> We are planning to merge these into single cluster. What would be ideal
>>
Hello all,
We have two clusters X and Y with same keyspaces but distinct data sets.
We are planning to merge these into single cluster. What would be ideal
steps to achieve this without downtime for applications? We have time
series data stream continuously writing to Cassandra.
We have ruled ou