Cassandra Basics | NoSQL Tutorial #5

Поделиться
HTML-код
  • Опубликовано: 16 ноя 2024

Комментарии • 12

  • @abhilashreddy8990
    @abhilashreddy8990 2 года назад +1

    Hello Navin Garu... Thanks for your lectures

  • @roshedulalamraju7936
    @roshedulalamraju7936 Год назад +1

    Naveen lets say i enter dept data as json in the same table on mysql, does it make sense? Or does it improve performance of mysql? And compared to Cassandra, is it as good as it?

  • @beautifulireland7431
    @beautifulireland7431 3 месяца назад

    Thanks for the video, it is very good. However, where you are recording is very noisy, and I can hear some of it in addition to your voice.

  • @saranyavivekanandan9044
    @saranyavivekanandan9044 Год назад

    Hi Naveen, as you mentioned at 2:43 that the department table will separately be created in SQL dbs. But how do we achieve that in cassandra.. could you explain that with an example please

  • @pranoydas9654
    @pranoydas9654 2 года назад

    Hello Sir,
    Can you please make a video to read a excel file using Quarkus and produce JSON object and send to another service ?

  • @pranoydas9654
    @pranoydas9654 2 года назад

    Hello Sir,
    Can you please make a video series of Quarkus ? Please sir please

  • @mrrishiraj88
    @mrrishiraj88 2 года назад

    Namaste 🙏

  • @tyroelohim4462
    @tyroelohim4462 2 года назад

    InvalidRequest: Error from server: code=2200 [Invalid query] message="No keyspace has been specified. USE a keyspace, or explicitly specify keyspace.tablename"
    can someone explain how to rectify this error.?

  • @kunalsharma-zc2ho
    @kunalsharma-zc2ho 2 года назад +1

    please create vedio with more details

    • @teluskosupport1
      @teluskosupport1 Год назад

      You can go through these series after that you able to work with nosql
      lect notes
      Cassandra is distributed database. - multiple nodes
      Create tables and join then it is time consuming -sql
      We want data very very fast ---cassandra (nosql)
      Design query first format table
      Create table aliens(
      Id uuid,
      Aname text,
      Tech text,
      Loc text,
      Primary kloc ey(loc,tech,id));

  • @ramaduguanusha9656
    @ramaduguanusha9656 2 года назад +1

    Thanks!