Posts

Showing posts from February, 2017

How does it work ? SASI (SSTable attached secondary indexes)

Image
Hello Cassandra Developer,           Today, we will talk about how does indexes work into Cassandra, mainly about SASI. Motivation factor : It's help you to fulltext search  It's can be get by secondary index on cassandra columns it's help you to get unpredicate search query on cassandra data model  How does it work (SSTable - secondary indexes):   Maintain complete indexes data into single SSTable( kind of concurrent thread safe map collection in java) Since it's single SSTable, it has memory issue and need good RAM when huge data. it's called as "Classic C* Indexes" Support few basic comparison operation ("="). It's based on SSTable format. Support into Cassandra older version (less than 3.3) SSTable need to play with memory & disk operation for indexes data. How does it work (SASI): Maintain the Token tree base format - (B tree collection concept in java) It's create the different separate SASI fo

Cassandra Materialized view vs Index

Image
Cassandra, it's not new now, mostly all developer should know it somehow or might read some where. if you are not part of this big data column base database development usage then grab it and learn it for your next scaling problem at data level, what you are or you would face in project work :) this help you !!! Today, let's me give you detail about cassandra materialised view (new feature in 3.0 cassandra) and how it's work. Also, how it's defer than apply index on column in your single data model table. Real life issue with cassandra : Data model best practice  suggest you to make read faster, use query base data model, do not worry about write or duplicate of data at the cassandra level, it can be handle by your application But, it's not easy to handle this at application level when we simple change one or few row and it's effect to update many data model even if it's part of one entities or one record object. What was solution pre cassa

3 Mistakes to Avoid When You’re Challenging the Status Quo

February 23, 2017 3 Mistakes to Avoid When You’re Challenging the Status Quo You have a great idea that will improve operations, but it goes against the way things are done. Now the challenge is to break through the bureaucracy to get your idea implemented. When you’re taking the role of rebel at work, there are a few pitfalls to avoid: Going solo.  It’s tempting to think you can do it all on your own. But you can’t. Temper your ego and collaborate with others to advance your idea. Bringing in fresh perspectives will only help. Flunking the pitch.  When you’re ready to share the idea, keep your pitch short — no more than 15 minutes — and leave lots of time for discussion and questions. Engagement is the first step to buy-in. Giving up too soon.  Set small goals and appreciate the small wins along the way. When you hit a setback, reflect on your positive progress to help you stay the course. Copy right by  Harvard Business

Build Your Own Personal Board of Directors

February 22, 2017 Build Your Own Personal Board of Directors If you’re looking to rise through your organization’s ranks, but aren’t sure how, consider creating a personal board of directors. This informal group comprises six to eight people who can help with your professional development.  There are three types of people you should include.  First, you need fans — people who support you and will deliver tough feedback with kindness and good intent.  Second, recruit potential sponsors — senior leaders who can advocate for you when it’s time for a promotion.  Third, include at least one critic. These people may be the toughest to approach, but they can be the most valuable.  Look for people who have deep-seated perceptions of you and are likely to block you from advancing. If you enlist their help, you may be able to shift the relationship into a positive one and use their criticism to grow. copy right by  Harvard Business

How to get Original RC/License document from PMC RTO office ?

How to get Original RC/License document from PMC RTO office ? coming soon :)