Re: key design

2012-05-22 Thread mete
Hello Lars, thank you for the hint. I will try the hashed timestamp prefix. Cheers On Mon, May 21, 2012 at 6:14 PM, Lars George wrote: > Hi Mete, > > OpenTSDB uses the "natural" availability of the metrics ID to bucket the > metrics by type. After that it relies on

Re: key design

2012-05-22 Thread mete
Hello, I wanted to use separate tables for each log type since they are considerably big. Around 100gb per month, so it just seemed natural to put them into different tables since i dont need to query them all together. Thanks for the heads up Mete On Mon, May 21, 2012 at 6:12 PM, Ian Varley

key design

2012-05-21 Thread mete
am using random uuids at the moment but i am trying to find a better approach, any feedback is welcome cheers Mete

Re: hbase table size

2012-04-23 Thread mete
as well for the next run. Cheers On Mon, Apr 9, 2012 at 1:04 PM, Ioan Eugen Stan wrote: > 2012/4/7 mete : > > Hello folks, > > > > i am trying to import a CSV file that is around 10 gb into HBASE. After > the > > import, i check the size of the folder with the hadoo

hbase table size

2012-04-07 Thread mete
using the api and creating a Hfile and mounting into hbase but the size is nearly the same. Does this sound like normal? Kind Regards. Mete