Note that there are some explanatory texts on larger screens.

plurals
  1. USJaymin
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COI am not sure about numbers but I am really looking for very high through-put. Application I am working with is expected to receive huge load for creating audit records, may be in the range of 500K or more per second to start with and expected get much higher in near feature. I have reviewed http://hornetq.blogspot.com/2011/07/82-million-messages-second-with-specjms.html and was wodering if RabbitMQ can scale to this numbers?
      singulars
    2. COOn further analysis, it seems that issue is not with query but the way date is stored in DB. Ref# https://github.com/lordofthejars/nosql-unit/issues/50#issuecomment-13227827 and https://jira.mongodb.org/browse/JAVA-565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel. However, per example in last link when I try to insert date in DB it inserts with ISODate insted of $date format. But println of serialize do print required format i.e. with $date. Not sure why DB insert is not inserting as expected.
      singulars
    3. COI tried it but it does not work. The code I had provided is been generated by MongoDB java driver therefore I don't see "" is an issue. created_at is date field and holds the ISO date formate. Please find JSON below for your reference: { "created_at" : ISODate("2013-04-18T10:42:22Z"), "payment_token" : "f7e595ec-1cdd-4e5d-93c5-eca8e5f9f876" }
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload